ecshop修改网站公告代码的方法
时间:2016-08-29
在 index.php 中赋值
$smarty->assign('shop_notice', $_CFG['shop_notice']); // 商店公告代码段控制公告
打开 themes/模板文件夹/index.dwt 文件
找到
<div class="box">
<div class="box_1">
<h3><span>{$lang.shop_notice}</span></h3>
<div class="boxCenterList RelaArticle">
{$shop_notice}
</div>
</div>
</div>
其中
{$shop_notice}就是商店公告,在模板当中插入标签 {$shop_notice} 即可