Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-11-26 13:37:05 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-11-26 13:37:05 (GMT)
commit65cffa86e62a5b3931c3abe8d088b796bf20b485 (patch)
treeb4bdba53b33b0e3f30b8dd71ea7f8f79f2f1ef51
parentd0afdd3565cb0c34b8516739ec3f308f617d4d05 (diff)
Remove 'in use' stat from main page since it could be confusing
-rw-r--r--site/app/views/addons/home.thtml3
1 files changed, 0 insertions, 3 deletions
diff --git a/site/app/views/addons/home.thtml b/site/app/views/addons/home.thtml
index 75ba21f..46a9b79 100644
--- a/site/app/views/addons/home.thtml
+++ b/site/app/views/addons/home.thtml
@@ -55,9 +55,6 @@ $this->viewVars['bodyclass'] = 'home';
<?php if (!empty($stats_downloaded)): ?>
<li><a href="<?=$html->url('/statistics')?>"><?=sprintf(n___('<strong>%1$s</strong> <span>add-on downloaded</span>', '<strong>%1$s</strong> <span>add-ons downloaded</span>', $stats_downloaded), $html->number_format($stats_downloaded, 0))?></a></li>
<?php endif ?>
- <?php if (!empty($stats_inuse)): ?>
- <li><a href="<?=$html->url('/statistics')?>"><?=sprintf(n___('<strong>%1$s</strong> <span>add-on in use</span>', '<strong>%1$s</strong> <span>add-ons in use</span>', $stats_inuse), $html->number_format($stats_inuse, 0))?></a></li>
- <?php endif ?>
</ul>
<?php $this->viewVars['header_extra'] = ob_get_clean() ?>