summaryrefslogtreecommitdiff
path: root/app/layout/aside_stats.phtml
blob: 32a3f5deeb796bbdef031d28240d9c78c681768e (plain)
1
2
3
4
5
6
7
8
9
<ul class="nav nav-list aside">
	<li class="nav-header"><?php echo Minz_Translate::t ('stats'); ?></li>
	<li class="item<?php echo Minz_Request::actionName () == 'index' ? ' active' : ''; ?>">
		<a href="<?php echo _url ('stats', 'index'); ?>"><?php echo Minz_Translate::t ('stats_main'); ?></a>
	</li>
	<li class="item<?php echo Minz_Request::actionName () == 'idle' ? ' active' : ''; ?>">
		<a href="<?php echo _url ('stats', 'idle'); ?>"><?php echo Minz_Translate::t ('stats_idle'); ?></a>
	</li>
</ul>