[hans] Posted May 7, 2008 Share Posted May 7, 2008 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 More sharing options...
dddirk Posted May 13, 2008 Share Posted May 13, 2008 did you find a solution for this issue? right now, i have exactly the same problem. Link to comment Share on other sites More sharing options...
[hans] Posted May 13, 2008 Author Share Posted May 13, 2008 I am awaiting a response from prestashop team... ??? Link to comment Share on other sites More sharing options...
Recommended Posts