dark_effie Posted April 8, 2011 Share Posted April 8, 2011 Hi, Im new to PrestaShop™ 1.4.0.17. Im having problem how to display one footer for the homepage and one for the other pages.Does anybody know how to do it? Link to comment Share on other sites More sharing options...
dark_effie Posted April 8, 2011 Author Share Posted April 8, 2011 I solved it...To anyone who will also having problem like this. i think what i did might help you too..On Frontcontroller.php under the classes folder, line number 476 code:self::$smarty->display(_PS_THEME_DIR_.'footer.tpl');change to:if(basename($_SERVER['PHP_SELF']) != 'index.php') self::$smarty->display(_PS_THEME_DIR_.'footer2.tpl');else self::$smarty->display(_PS_THEME_DIR_.'footer.tpl'); Link to comment Share on other sites More sharing options...
Recommended Posts