Home > Backend Development > PHP Tutorial > ecshop中 模板加载的相关的问题??

ecshop中 模板加载的相关的问题??

WBOY
Release: 2016-06-06 20:08:04
Original
950 people have browsed it

<code>在ecshop中 :<!-- #EndLibraryItem --> <!-- #BeginLibraryItem "/library/recommend_new.lbi" -->
这个属于smarty的语法??
这个在哪里可以学到这种语法(还是说:这个是ecshop自创的)??
</code>
Copy after login
Copy after login

回复内容:

<code>在ecshop中 :<!-- #EndLibraryItem --> <!-- #BeginLibraryItem "/library/recommend_new.lbi" -->
这个属于smarty的语法??
这个在哪里可以学到这种语法(还是说:这个是ecshop自创的)??
</code>
Copy after login
Copy after login

这种属于 ecshop 自创的
一般用来加载模版/区块文件
以及标注ID可供后台编辑模版的时候进行各种显示控制操作
广告部分用的最多
示例

<code><!-- TemplateBeginEditable name="国家馆_欧洲_中下" -->
<!-- #BeginLibraryItem "/library/ad_position.lbi" -->

{insert name='ads' id=$ads_id num=$ads_num}
 <!-- #EndLibraryItem -->
<!-- TemplateEndEditable --></code>
Copy after login
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template