天天看點

Ecshop模闆開發(十七):商城頁面底部幫助資訊

1、help.lbi

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--{if $helps}-->
<!-- {foreach from=$helps item=help_cat} -->
<dl>
  <dt><a href='{$help_cat.cat_id}' title="{$help_cat.cat_name}">{$help_cat.cat_name}</a></dt>
  <!-- {foreach from=$help_cat.article item=item} -->
  <dd><a href="{$item.url}" title="{$item.title|escape:html}">{$item.short_title}</a></dd>
  <!-- {/foreach} -->
</dl>
<!-- {/foreach} -->
<!--{/if}-->      

2、引入

{include file="./library/help.lbi"}      
<!-- #BeginLibraryItem "/library/help.lbi" -->
<!-- #EndLibraryItem -->