diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-08 17:07:13 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-08 17:07:13 -0700 |
commit | bd541342b9b56db00b8d24db1da43b9693e9849a (patch) | |
tree | 106b9dab6945184599809aca47d6e3f04abca7e6 | |
parent | 2dda8e22a7a32db8a5577aad0cff2b47ac0f9c63 (diff) |
Add gallery stats in addition to platform stats.
-rw-r--r-- | modules/gallery/views/error_admin.html.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/gallery/views/error_admin.html.php b/modules/gallery/views/error_admin.html.php index 28776e60..f5004eae 100644 --- a/modules/gallery/views/error_admin.html.php +++ b/modules/gallery/views/error_admin.html.php @@ -116,7 +116,7 @@ padding-right: 1em; } - #g-platform h2 { + #g-platform h2, #g-stats h2 { font-size: 1.1em; } </style> @@ -174,8 +174,9 @@ 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> |