diff options
-rw-r--r-- | themes/default/views/album.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index 5c505ae4..739467f0 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -1,10 +1,10 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <div id="gAlbumHeader"> - <?= $theme->album_top() ?> <h1><?= $item->title_edit ?></h1> <span class="gUnderState"><?= $item->description_edit ?></span> </div> +<?= $theme->album_top() ?> <ul id="gAlbumGrid"> <? foreach ($children as $i => $child): ?> <? $album_class = ""; ?> @@ -26,7 +26,7 @@ </ul> </li> <? endforeach ?> - <?= $theme->album_bottom() ?> </ul> +<?= $theme->album_bottom() ?> <?= $theme->pager() ?> |