summaryrefslogtreecommitdiff
path: root/templates/menu_liberty_admin.tpl
blob: 4d4e51d60a8a2c08e9d77e6e4ce2d24d63633a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{strip}
<ul>
	<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=liberty">{tr}Liberty Settings{/tr}</a></li>
	<li><a class="item" href="{$smarty.const.LIBERTY_PKG_URL}admin/plugins.php">{tr}Plugins{/tr}</a></li>
	<li><a class="item" href="{$smarty.const.LIBERTY_PKG_URL}admin/action_logs.php">{tr}Action Logs{/tr}</a></li>
	<li><a class="item" href="{$smarty.const.LIBERTY_PKG_URL}admin/comments.php">{tr}Comments{/tr}</a></li>
	{if $gBitSystem->isPackageActive( 'pdf' ) }
		<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=pdf">{tr}PDF Settings{/tr}</a></li>
	{/if}
	{if $gBitSystem->isPackageActive( 'quota' ) }
		<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=quota">{tr}Quota Settings{/tr}</a></li>
	{/if}
	{if $gBitSystem->isPackageActive( 'quicktags' ) }
		<li><a class="item" href="{$smarty.const.QUICKTAGS_PKG_URL}admin/index.php">{tr}Quicktags{/tr}</a></li>
	{/if}
	{if $gBitSystem->isPackageActive( 'hotwords' ) }
		<li><a class="item" href="{$smarty.const.HOTWORDS_PKG_URL}admin/index.php">{tr}Hotwords{/tr}</a></li>
	{/if}
	<li><a class="item" href="{$smarty.const.BIT_ROOT_URL}liberty/list_content.php">List all content</a></li>
</ul>
{/strip}