Reposition album_top and album_bottom slightly

This commit is contained in:
Bharat Mediratta
2008-11-25 02:14:36 +00:00
parent c725a0f16e
commit 26f5baba94
+2 -2
View File
@@ -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() ?>