ecshop模板动态引入lbi

来源:互联网 发布:js confirm 样式 编辑:程序博客网 时间:2024/06/06 12:54

在php文件中完成变量:

$top = "library/".$store['computer_theme']."/seller_store_top.lbi";

$smarty->assign('header', $top);


在模板文件中加入:

<?php echo $this->fetch($GLOBALS['smarty']->_var['header']); ?>

0 0
原创粉丝点击