diff options
Diffstat (limited to 'themes/default/views/photo.html.php')
| -rw-r--r-- | themes/default/views/photo.html.php | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 1229bc00..6ac30d86 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -1,10 +1,14 @@ <? defined("SYSPATH") or die("No direct script access."); ?> -<div id="gItem"> - <a href="" class="gButtonLink"> - <?= sprintf(_("Full size (%dx%d)"), $item->width, $item->height) ?> - </a> - <?= $theme->photo_top() ?> +<div id="gItemHeader"> + <div id="gItemHeaderButtons"> + <a href="" class="gButtonLink"> + <?= sprintf(_("Full size (%dx%d)"), $item->width, $item->height) ?> + </a> + <?= $theme->photo_top() ?> + </div> +</div> +<div id="gItem"> <img id="gPhotoID-<?= $item->id ?>" alt="photo" src="<?= $item->resize_url() ?>" width="<?= $item->resize_width ?>" height="<?= $item->resize_height ?>" /> |
