9 lines
386 B
HTML
9 lines
386 B
HTML
<div class='menu-header'>{php echo $this->plugintitle}</div>
|
|
<ul>
|
|
|
|
{ifp 'tmessage'}<li {if $_GPC['method']=='index' || empty($_GPC['method'])}class="active"{/if}><a href="{php echo webUrl('tmessage')}">群发模板</a></li>{/if}
|
|
{ifp 'tmessage.send'}<li {if $_GPC['method']=='send'}class="active"{/if}><a href="{php echo webUrl('tmessage/send')}">群发</a></li>{/if}
|
|
|
|
|
|
</ul>
|