diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2008-11-23 04:34:19 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2008-11-23 04:34:19 +0000 |
| commit | 0ef6f4995c9b1e9abfcdd28203235eb1dc6260b9 (patch) | |
| tree | 979abdcd88b0b01199f2acb0b44b6f4b203fcf87 /themes/default/views | |
| parent | d14d312d0699677a00c71e38b9d3ce26d6629597 (diff) | |
Fixed up the pager a bit, added missing images. Let's float items instead of using absolute positioning (slideshow link). CSS comment org and comment updates.
Diffstat (limited to 'themes/default/views')
| -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 c56aed22..5c505ae4 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -1,8 +1,8 @@ <? 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> - <?= $theme->album_top() ?> </div> <ul id="gAlbumGrid"> |
