1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-25 00:41:52 +02:00

Bugtracker #3582 - shows site theme in admin (although could do with improvement)

This commit is contained in:
e107steved
2006-12-30 18:15:57 +00:00
parent 1f232774ba
commit 568184a909

View File

@@ -32,6 +32,8 @@ if (ADMIN) {
<br />
".FOOTLAN_3." ".$e107info['e107_version']."
<br /><br />
<b>".FOOTLAN_18."</b>
<br />".$pref['sitetheme']."<br /><br />
<b>".FOOTLAN_5."</b>
<br />
".$themename." v".$themeversion." ".($themeauthor ? FOOTLAN_6.' '.$themeauthor : '')." ".($themedate ? "(".$themedate.")" : "");