diff options
-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 ?> |