diff options
| author | 2014-07-24 21:57:59 -0400 | |
|---|---|---|
| committer | 2014-07-24 21:57:59 -0400 | |
| commit | d049c1bc806dc0677a4b2b17faf06080600c372f (patch) | |
| tree | fa33bdca9b49e1cd3cc74de68a983f9a14b32272 /app/layout/aside_stats.phtml | |
| parent | d5d3f6dcfa21e7defb26f3d470289e957bdb3dde (diff) | |
Add article repartition in stats
Add article repartition per hour, per day of week, per month for all feeds but also for individual feeds.
Diffstat (limited to 'app/layout/aside_stats.phtml')
| -rw-r--r-- | app/layout/aside_stats.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/layout/aside_stats.phtml b/app/layout/aside_stats.phtml index 32a3f5dee..fbfb9d84d 100644 --- a/app/layout/aside_stats.phtml +++ b/app/layout/aside_stats.phtml @@ -6,4 +6,7 @@ <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> + <li class="item<?php echo Minz_Request::actionName () == 'repartition' ? ' active' : ''; ?>"> + <a href="<?php echo _url ('stats', 'repartition'); ?>"><?php echo Minz_Translate::t ('stats_repartition'); ?></a> + </li> </ul> |
