C
|
cgphp 11/16/2011 |
$xt->assign("pagetitle","Your title here..."); |
K
|
kadidarm author 11/16/2011 |
ok only works if i add {$pagetitle} in html |
C
|
cgphp 11/16/2011 |
No changes needed in the HTML source code. {$pagetitle} is a predefined template var in PHPrunner. |
K
|
kadidarm author 11/16/2011 |
does not work with phprunner 5.3. Have not tried yet with version 6. version 6 still too buggy for me. is this solution only for version 6? |
C
|
cgphp 11/16/2011 |
You can change the title in the lheader.html file under the templates/layouts/theme/ folder in the installation folder of PHPrunner 5.3 <title>{$pagetitle}</title>
|
K
|
kadidarm author 11/16/2011 |
thanks !!! |
|
501399 12/20/2011 |
You can change the title in the lheader.html file under the templates/layouts/theme/ folder in the installation folder of PHPrunner 5.3 <title>{$pagetitle}</title>
|