zencart的html文件,zencart模板系统文件笔记1:html_header.php

$directory_array=$template->get_template_part($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'jscript'),'/^jscript_/','.php');

while(list($key,$value)=each($directory_array)){

/**

*include content from all site-wide jscript_*.php files from includes/templates/YOURTEMPLATE/jscript, alphabetically.

*These.PHP files can be manipulated by PHP when they're called,and are copied in-full to the browser page

*/

require($template->get_template_dir('.php',DIR_WS_TEMPLATE,$current_page_base,'jscript').'/'.$value); echo"\n";

}

/**

*include content from all page-specific jscript_*.php files from includes/modules/pages/PAGENAME, alphabetically.

*/

$directory_array=$template->get_template_part($page_directory,'/^jscript_/');

while(list($key,$value)=each($directory_array)){

/**

*include content from all page-specific jscript_*.php files from includes/modules/pages/PAGENAME, alphabetically.

*These.PHP files can be manipulated by PHP when they're called,and are copied in-full to the browser page

*/

require($page_directory.'/'.$value);echo"\n";

}

//DEBUG:echo'';

?>

这是“外贸建站推广分享社区"zencart自主开发建站的系列免费体验教程,如你想自主建站,更深入地了解zencart建站仿站和定制,欢迎你加入我们的vip内部交流俱乐部.

《zencart模板系统文件笔记》是内部会员特权,只分享到第十篇

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值