mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-05 06:31:35 -04:00
Reposition album_top and album_bottom slightly
This commit is contained in:
@@ -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() ?>
|
||||
|
||||
Reference in New Issue
Block a user