diff options
| author | 2014-06-15 12:20:57 -0400 | |
|---|---|---|
| committer | 2014-06-15 12:20:57 -0400 | |
| commit | 450df54d81ff270be7cf53e9184dc17979c97582 (patch) | |
| tree | 49f0a6cbe7736ddbad583fd78a1feaa3db12e70d /app/views/stats/idle.phtml | |
| parent | 60fe99344e1d87850f1a44791c1f0a675d13c756 (diff) | |
| parent | 177b398784da22854d39a1790514353f41a97450 (diff) | |
Merge branch 'stats' of https://github.com/aledeg/FreshRSS into stats
Conflicts:
app/Controllers/statsController.php
app/Models/StatsDAO.php
app/i18n/en.php
app/i18n/fr.php
app/layout/aside_stats.phtml
app/layout/header.phtml
app/views/index/stats.phtml
app/views/stats/idle.phtml
app/views/stats/index.phtml
app/views/stats/main.phtml
Diffstat (limited to 'app/views/stats/idle.phtml')
| -rw-r--r-- | app/views/stats/idle.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml index 3ea70624a..356fea20f 100644 --- a/app/views/stats/idle.phtml +++ b/app/views/stats/idle.phtml @@ -2,9 +2,9 @@ <div class="post content"> <a href="<?php echo _url ('index', 'index'); ?>"><?php echo _t ('back_to_rss_feeds'); ?></a> - + <h1><?php echo _t ('stats_idle'); ?></h1> - + <?php foreach ($this->idleFeeds as $period => $feeds){ ?> <div class="stat"> <h2><?php echo _t ($period); ?></h2> |
