Jump to content

how to add model to home page


Recommended Posts

if you want to use different .tpl file for "home" you need to modify IndexController.php file - there is function initContent(); with definition of smarty .tpl file. just change it.

 

if you want to change whole "homepage" you have to check FrontController.php file - you will see there all .tpl files related to "homepage" construction (header, footer)

Link to comment
Share on other sites

×
×
  • Create New...