summaryrefslogtreecommitdiff
path: root/templates/menu_contact_admin.tpl
blob: dc941f0e92f9f5985593186c81dafa7308007bfa (plain)
1
2
3
4
5
6
7
{strip}
<ul>
	<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=contact">{tr}Contact Manager List Settings{/tr}</a></li>
	<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=contacttype">{tr}Contact Type List{/tr}</a></li>
	<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=contactxref">{tr}Contact Xref List{/tr}</a></li>
</ul>
{/strip}