mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-02 11:09:10 -04:00
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:
@@ -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 = ""; ?>
|
||||
|
||||
Reference in New Issue
Block a user