wpfw_ewei_shopv2/plugin/tmessage/template/web/tabs.html
2023-02-14 19:57:32 +08:00

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>