Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FrixelOne: Undefined variable: pageTitle in header.php
#2
(2016-03-21, 09:02:07)Didier9 Wrote:
PHP Code:
<!--<li <?php if ($pageTitle=="Main Template") echo 'class="active"'?> ><a href="index.php">Main Template</a></li> 

Shouldn't that be:
PHP Code:
<!--<li <?php if ($pageTitle=="Main Template") echo 'class="active"'?> ><a href="index.php">Main Template</a></li> --> 
Reply


Messages In This Thread
RE: FrixelOne: Undefined variable: pageTitle in header.php - by datiswous - 2016-03-22, 01:53:36



Users browsing this thread: 1 Guest(s)