diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-14 19:40:54 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-14 19:40:54 -0700 |
commit | 4b8d6beb5e59402d68b1daf5e4f7220066d1b707 (patch) | |
tree | bedd97de2e629184db695283f701caca8ebfa884 | |
parent | af24aa5abea99818f5f38592f6294ff88f559723 (diff) |
Report the graphics toolkit in the platform block.
-rw-r--r-- | modules/gallery/views/admin_block_platform.html.php | 3 |
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> |