mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 19:20:52 -04:00
Fix bug, $active -> $site.
This commit is contained in:
@@ -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 ?>
|
||||
|
||||
Reference in New Issue
Block a user