Fix bug, $active -> $site.

This commit is contained in:
Bharat Mediratta
2009-03-16 08:59:38 +00:00
parent 768418ea49
commit 1a2402dbd8
+1 -1
View File
@@ -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 ?>