
Originally Posted by
yellow1912
crabdance, a "page" of ZC contains many files in many folders:
+ The language file in language folder usually define header, title, etc.
+ The modules/pages/header_php.php contains all the functions or any code needed to be run before loading the template.
+ and the template file.
Basically, when you want to create a page in zencart, which you can access using the link index.php?main_page=page_name, you have to create all those files. This mod simply helps you to create that set of file much faster, and that's it. Even with the new version of this mod or not, this is how things are done on ZC, not because the author of the mod wants to make it that way.