summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/default/views/album.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php
index 739467f0..c6d4f269 100644
--- a/themes/default/views/album.html.php
+++ b/themes/default/views/album.html.php
@@ -2,9 +2,9 @@
<div id="gAlbumHeader">
<h1><?= $item->title_edit ?></h1>
<span class="gUnderState"><?= $item->description_edit ?></span>
+ <?= $theme->album_top() ?>
</div>
-<?= $theme->album_top() ?>
<ul id="gAlbumGrid">
<? foreach ($children as $i => $child): ?>
<? $album_class = ""; ?>