Jump to content

change title of page...Is this possible?


Recommended Posts

hi!

 

How can I change the title of a page (meta_title)?

 

<?php
include(dirname(__FILE__).'/config/config.inc.php');
        $smarty->assign('meta_title'," my new title of page"); 
include(dirname(__FILE__).'/header.php');
$smarty->display(_PS_THEME_DIR_.'montaje.tpl');
include(dirname(__FILE__).'/footer.php');
?>

 

$smarty->assign('meta_title'," my new title of page");  don't work!

thanks!

Link to comment
Share on other sites

×
×
  • Create New...