Posted by hardey
2018-05-14

how do i edit the title that appear on the web browser tab button when scoll down. when i open the tpl.framelogin.inc.php to see the title.. then i need to open the tpl.html.header.inc .. then i stuck at this line <title><?php echo $hm->GetTitle( 1, ' - ' ); ?></title>

where can i find this GetTitle Function so i can edit the title?

thanks in advance
Posted by Tom
2018-05-14

Hi, on the top of tpl.frame.login.inc.php, there is the $hm->Title function. Replace it with
<?php $hm->Title( __FILE__, "Write-Title-Here" ); ?>
The title of the page will be "Write-Title-Here"