aboutsummaryrefslogtreecommitdiff
path: root/app/layout/aside_configure.phtml
blob: 27f11ab6d58f4cece66ab551dc36f8d52c96343e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<ul class="nav nav-list aside">
	<li class="nav-header"><?php echo Minz_Translate::t ('configuration'); ?></li>
	<li class="item<?php echo Minz_Request::actionName () == 'display' ? ' active' : ''; ?>">
		<a href="<?php echo _url ('configure', 'display'); ?>"><?php echo Minz_Translate::t ('reading_configuration'); ?></a>
	</li>
	<li class="item<?php echo Minz_Request::actionName () == 'archiving' ? ' active' : ''; ?>">
		<a href="<?php echo _url ('configure', 'archiving'); ?>"><?php echo Minz_Translate::t ('archiving_configuration'); ?></a>
	</li>
	<li class="item<?php echo Minz_Request::actionName () == 'sharing' ? ' active' : ''; ?>">
		<a href="<?php echo _url ('configure', 'sharing'); ?>"><?php echo Minz_Translate::t ('sharing'); ?></a>
	</li>
	<li class="item<?php echo Minz_Request::actionName () == 'shortcut' ? ' active' : ''; ?>">
		<a href="<?php echo _url ('configure', 'shortcut'); ?>"><?php echo Minz_Translate::t ('shortcuts'); ?></a>
	</li>
	<li class="separator"></li>
	<li class="item<?php echo Minz_Request::actionName () == 'users' ? ' active' : ''; ?>">
		<a href="<?php echo _url ('configure', 'users'); ?>"><?php echo Minz_Translate::t ('users'); ?></a>
	</li>
</ul>