12 lines
538 B
HTML
12 lines
538 B
HTML
<div class='menu-header'>版权设置</div>
|
|
<ul>
|
|
<li {if $_W['routes']=='system.copyright'}class='active'{/if}><a href="{php echo webUrl('system/copyright')}">手机端</a></li>
|
|
<li {if $_W['routes']=='system.copyright.manage'}class='active'{/if}><a href="{php echo webUrl('system/copyright/manage')}">管理端</a></li>
|
|
|
|
</ul>
|
|
|
|
<div class='menu-header'>公告管理</div>
|
|
<ul>
|
|
<li {if $_W['routes']=='system.copyright.notice'}class='active'{/if}><a href="{php echo webUrl('system/copyright/notice')}">公告通知</a></li>
|
|
</ul>
|