summaryrefslogtreecommitdiff
path: root/app/layout/aside_stats.phtml
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-06-15 12:13:33 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-06-15 12:13:33 -0400
commit60fe99344e1d87850f1a44791c1f0a675d13c756 (patch)
tree272ebbc35d0c28b4b049cb10a4e8868e12f808a8 /app/layout/aside_stats.phtml
parente9cee8cc20835b3151de70e4df25cc5e80c4ec85 (diff)
Refactor and formatting
Diffstat (limited to 'app/layout/aside_stats.phtml')
-rw-r--r--app/layout/aside_stats.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/layout/aside_stats.phtml b/app/layout/aside_stats.phtml
index bc1e85592..32a3f5dee 100644
--- a/app/layout/aside_stats.phtml
+++ b/app/layout/aside_stats.phtml
@@ -1,7 +1,7 @@
<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 () == 'main' ? ' active' : ''; ?>">
- <a href="<?php echo _url ('stats', 'main'); ?>"><?php echo Minz_Translate::t ('stats_main'); ?></a>
+ <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>