diff options
author | Felix Rabinovich <virshu@users.sourceforge.net> | 2009-01-09 23:54:40 +0000 |
---|---|---|
committer | Felix Rabinovich <virshu@users.sourceforge.net> | 2009-01-09 23:54:40 +0000 |
commit | 48e73e90817a9c525ed50dc332d4a4341a8c6295 (patch) | |
tree | 69b4026c5394fc350dacadeee396bdbead26febc /core/views | |
parent | b647aa0f74e66548d6d69fc4585b89220ce60043 (diff) |
Theme Administration cleanup initialization
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/admin_themes.html.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/views/admin_themes.html.php b/core/views/admin_themes.html.php index e6475b45..c9e62983 100644 --- a/core/views/admin_themes.html.php +++ b/core/views/admin_themes.html.php @@ -25,6 +25,8 @@ </tr></tbody></table> <input type="submit" value="<?= t("Save") ?>"/> </form> - <div id="gThemeDetails"></div> + <div id="gThemeDetails"> + <?= $themes[$active]->details ?> + </div> </div> |