Move album_top back inside gAlbumHeader so that the slideshow link appears on the same line as the title/description.

This commit is contained in:
Bharat Mediratta
2008-11-25 05:15:07 +00:00
parent 229e531ab9
commit 458d588dd6

View File

@@ -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 = ""; ?>