DISPLAYTITLE in GumaxVN

If you are having problems with GuMax, post here.
Post Reply
User avatar
contrafibul2
Rank 1
Rank 1
Posts: 8
Joined: July 18th, 2011, 2:57 pm

DISPLAYTITLE in GumaxVN

Post 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
Post Reply