diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-16 08:59:38 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-16 08:59:38 +0000 |
commit | 1a2402dbd8a1d6e76958b4530c967e53b5bb7dc1 (patch) | |
tree | d7a568835aee3a30843e2c66a3a3f7460312907b | |
parent | 768418ea49d1367c5465a5fe074d22bc3fc11845 (diff) |
Fix bug, $active -> $site.
-rw-r--r-- | core/views/admin_themes.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_themes.html.php b/core/views/admin_themes.html.php index 3bf246a4..2155e39b 100644 --- a/core/views/admin_themes.html.php +++ b/core/views/admin_themes.html.php @@ -16,7 +16,7 @@ <h2> <?= t("Gallery theme") ?> </h2> <div class="gBlock gSelected"> <img src="<?= url::file("themes/{$site}/thumbnail.png") ?>" - alt="<?= $themes[$active]->name ?>" /> + alt="<?= $themes[$site]->name ?>" /> <h3> <?= $themes[$site]->name ?> </h3> <p> <?= $themes[$site]->description ?> |