Page 1 of 1

DISPLAYTITLE in GumaxVN

Posted: July 18th, 2011, 3:11 pm
by contrafibul2
Dear Paul,

It appears that the DISPLAYTITLE magic word works with GumaxDD, but not with GumaxVN - at least the italics aren't working. To judge by the following scripts, you seem to have taken two different approaches:

GumaxVN.php has:

Code: Select all

<h1 class="firstHeading"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></h1>
while GumaxDD.php shows three instances of:

Code: Select all

<div class="gumax-firstHeading"><?php $this->html('title') ?></div>
Do you know of any solution or should we just wait for the next update?

Regards