diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 05:15:07 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 05:15:07 +0000 |
commit | 458d588dd6f29158f42be73fd6b63fdb5cd542c6 (patch) | |
tree | 9fdb2fcf7e23d8cba244c19c1dfdd519eedeff55 | |
parent | 229e531ab97cdc103984c095c41bc323375897f6 (diff) |
Move album_top back inside gAlbumHeader so that the slideshow link appears on the same line as the title/description.
-rw-r--r-- | themes/default/views/album.html.php | 2 |
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 = ""; ?> |