summaryrefslogtreecommitdiff
path: root/templates/menu_articles_admin.tpl
blob: b7fccfb4b92c40cfd5872d49927dae597f7a55d6 (plain)
1
2
3
4
5
6
7
{strip}
<ul>
	<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=articles">{tr}Articles Settings{/tr}</a></li>
	<li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_topics.php">{tr}Article Topics{/tr}</a></li>
	<li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_types.php">{tr}Article Types{/tr}</a></li>
</ul>
{/strip}