mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-18 23:59:55 -04:00
Add gallery stats in addition to platform stats.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user