From 568184a90945c891c4e4ae98d87b66a0f13fff0c Mon Sep 17 00:00:00 2001 From: e107steved Date: Sat, 30 Dec 2006 18:15:57 +0000 Subject: [PATCH] Bugtracker #3582 - shows site theme in admin (although could do with improvement) --- e107_files/shortcode/admin_siteinfo.sc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e107_files/shortcode/admin_siteinfo.sc b/e107_files/shortcode/admin_siteinfo.sc index 494588cec..4f146c857 100644 --- a/e107_files/shortcode/admin_siteinfo.sc +++ b/e107_files/shortcode/admin_siteinfo.sc @@ -32,6 +32,8 @@ if (ADMIN) {
".FOOTLAN_3." ".$e107info['e107_version']."

+ ".FOOTLAN_18." +
".$pref['sitetheme']."

".FOOTLAN_5."
".$themename." v".$themeversion." ".($themeauthor ? FOOTLAN_6.' '.$themeauthor : '')." ".($themedate ? "(".$themedate.")" : "");