Zen Cart 自动加载文件

以下目录中的文件将会被自动加载:

includes/extra_configures 

includes/extra_datafiles 

includes/functions/extra_functions

includes/languages/<language dir>/extra_definitions 或者其他存在的重写目录 

includes/templates/<template dir>/jscript/ - 查看目录中的 read_me_jscript.html 说明文件 

includes/templates/<template dir>/jscript/on_load/ - 查看目录中的 read_me_onload.html 说明文件 

includes/templates/<template dir>/css/ - 所有以style开头的文件 

includes/modules/pages/<current page>/ - 所有以jscript_开头并且以.php结尾的文件

查看这些文件中的目录来了解他们分别是什么数据文件。