diff options
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/photo.html.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 25eae327..7f830f13 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -24,7 +24,12 @@ </li> </ul> - <a href="#" class="gFullSizeLink" title="<?= t("View full size") ?>"><?= $item->resize_tag(array("id" => "gPhotoId-{$item->id}")) ?></a> + <div id="gPhoto"> + <?= $theme->resize_top($item) ?> + <a href="#" class="gFullSizeLink" title="<?= t("View full size") ?>"> + <?= $item->resize_tag(array("id" => "gPhotoId-{$item->id}")) ?></a> + <?= $theme->resize_bottom($item) ?> + </div> <div id="gInfo"> <h1><?= $item->title ?></h1> |
