You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
636 B

{template 'header'}
{if $sns_app}
{else}
<div id="head-bar">
<div class="head-bar">
<div class="head-bar-title">{$head_name}</div>
</div>
<div class="head-bar-fix" id="load-fix-{$js_pageid}" style="height:0;"></div>
<div class="head-bar-fix" id="head-fix-{$js_pageid}"></div>
</div>
{/if}
<div class="gird-4">
<ul>
{loop $MODULE $i $m}
{if $m[moduleid] > 3 && $m[ismenu]}<li><a {if $m[islink]}href="{$m[linkurl]}" rel="external" target="_blank"{else}href="{$m[mobile]}"{/if}><img src="{DT_MOB}static/img/mod-{$m[module]}.png" width="24" height="24"/><span>{$m[name]}</span></a></li>{/if}
{/loop}
</ul>
</div>
{template 'footer'}