summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-09-14 19:40:54 -0700
committerBharat Mediratta <bharat@menalto.com>2010-09-14 19:40:54 -0700
commit4b8d6beb5e59402d68b1daf5e4f7220066d1b707 (patch)
treebedd97de2e629184db695283f701caca8ebfa884 /modules
parentaf24aa5abea99818f5f38592f6294ff88f559723 (diff)
Report the graphics toolkit in the platform block.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/views/admin_block_platform.html.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_block_platform.html.php b/modules/gallery/views/admin_block_platform.html.php
index b1b8a2f9..379ab0aa 100644
--- a/modules/gallery/views/admin_block_platform.html.php
+++ b/modules/gallery/views/admin_block_platform.html.php
@@ -18,4 +18,7 @@
<li>
<?= t("Server load: %load_average", array("load_average" => $load_average)) ?>
</li>
+ <li>
+ <?= t("Graphics toolkit: %toolkit", array("toolkit" => module::get_var("gallery", "graphics_toolkit"))) ?>
+ </li>
</ul>