From bd541342b9b56db00b8d24db1da43b9693e9849a Mon Sep 17 00:00:00 2001
From: Bharat Mediratta
Date: Sun, 8 Aug 2010 17:07:13 -0700
Subject: Add gallery stats in addition to platform stats.
---
modules/gallery/views/error_admin.html.php | 7 ++++---
1 file 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;
}
@@ -174,8 +174,9 @@
of open
tickets 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") ?>
--
cgit v1.2.3