联系官方销售客服
QQ1835022299
028-61286886
写了一个共享栏目模块内容管理的快捷操作界面,有需要的可以参考,注意是共享模块,独立模块没测试,仅供参考,注意版本!!
覆写模板参考文档:自定义模块后台模板文件,模板文件,PHP开源CMS系统帮助文档 (xunruicms.com)
/dayrui/App/Demo/Views/share_list.html demo表示共享模块目录,具体仔细阅读文档 |
{template "header.html"} {template "api_list_date_search.html"}get_cache('module-'.SITE_ID.'-'.$module['dirname'], 'category'); ?> {if $cat_list}{template "footer.html"}{/if}{loop $cat_list $t} {if $t.child}
- {if $t.pid!=0} └ {/if}{$t.name}
{else}- {if $t.pid!=$t.topid} {/if} └ {$t.name}
{/if} {/loop}{$mytable.foot_tpl}{template "mytable.html"}