Allan - Fungadgets.dk Posted August 30, 2011 Share Posted August 30, 2011 Hi Does anybody know where i can find the "include header.tpl" in the other .tpl files in PS 1.4 I would like to add a header called headernoindex.tpl to some off the files. (best-sales.tpl, new-products.tpl) It was easy in PS 1.3, but i can't finde a solution in PS 1.4 Link to comment Share on other sites More sharing options...
phrasespot Posted September 2, 2011 Share Posted September 2, 2011 The location of the tpl files is /themes/your theme/*.tpl, and see, for example, new-products.tpl for how to include another template in a template. Link to comment Share on other sites More sharing options...
bellini13 Posted September 4, 2011 Share Posted September 4, 2011 it is now located in the classes/FrontController.php file. You would need to alter the function displayHeader, perhaps based on the referring page self::$smarty->display(_PS_THEME_DIR_.'header.tpl'); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now