编辑模板 sites/drag_demo_sites/sites/item/photo/list4.html
创建模板备份
<!--{php168}--> <!--{template $this_system header_default}--> <link rel="stylesheet" type="text/css" href="{$SKIN}style.css" /> <!--中间内容部分--> <div class="container"> <div class="maincon"> <div class="row"> <div class="col-sm-12"> <div class="position2"> <a href="{if $this_system->domain}{if in_array('s.php',explode('/',$this_system->domain))}{if $SITE['config']['forbidden_dynamic'] || $this_module->CONFIG['htmlize']}{str_replace('s.php','sites/html',$this_system->domain)}{else}{$this_system->domain}{/if}{else}{$this_system->domain}{/if}{else}{str_replace('index.php/cms','',$this_system->controller)}{/if}">首页</a> <!--{foreach $parent_cats $v}--> > <a href="$v[url]">$v[name]</a> <!--{/foreach}--> > <a href="$CAT[url]">$CAT[name]</a> <!--{if $add_enable}--> <div class="pull-right"><a href="{$core.U_controller}/sites/item-add?cid=$cid&model=$CAT[model]" target="_blank">发表</a></div> <!--{/if}--> </div> </div> </div> <div class="row"> <div class="contentbox col-lg-10 col-md-10 col-sm-10 col-xs-12"> <div class="gov_main2"> <!--{php include template($TEMP_OBJ, $CAT['item_template'], 'label');}--> <div id="page"> {$pages} </div> </div> </div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-12"> <div class="sharebox"> <span>快捷链接</span> <div class="relink"> $label[list_box_con2] </div> </div> </div> </div> </div> </div> <!--{template $this_system footer_default}--> <!--{/php168}-->