Skip to content

Commit

Permalink
Add gallery stats in addition to platform stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 9, 2010
1 parent 2dda8e2 commit bd54134
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/gallery/views/error_admin.html.php
Expand Up @@ -116,7 +116,7 @@
padding-right: 1em;
}

#g-platform h2 {
#g-platform h2, #g-stats h2 {
font-size: 1.1em;
}
</style>
Expand Down Expand Up @@ -174,8 +174,9 @@ function koggle(elem) {
of <a href="http://sourceforge.net/apps/trac/gallery/roadmap">open
tickets</a> to see if the problem you're seeing has been
reported. If you post a request, here's some useful
information to include: <? @$block =
gallery_block::get("platform_info"); @print $block; ?>
information to include:
<?= @gallery_block::get("platform_info") ?>
<?= @gallery_block::get("stats") ?>
</p>
<div id="kohana_error">
<h3>
Expand Down

0 comments on commit bd54134

Please sign in to comment.