diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-14 15:48:39 -0700 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-14 15:48:39 -0700 |
| commit | eb3042650bddd15def809b658c1566a7ce08f4c1 (patch) | |
| tree | 9f3d3f353b77e88920e9d9345c1f52a526ce3448 /themes/wind/views/photo.html.php | |
| parent | 68886627cf76d69973c5956637b29908f58469ef (diff) | |
| parent | 9fd6a6f9058a89e60f83c6f2e89ae9e994c9e53a (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'themes/wind/views/photo.html.php')
| -rw-r--r-- | themes/wind/views/photo.html.php | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php index e17dcdb3..091fd7c5 100644 --- a/themes/wind/views/photo.html.php +++ b/themes/wind/views/photo.html.php @@ -15,27 +15,7 @@ <div id="g-item"> <?= $theme->photo_top() ?> - <ul class="g-pager ui-helper-clearfix"> - <li class="g-first"> - <? if ($previous_item): ?> - <a href="<?= $previous_item->url() ?>" class="g-button ui-icon-left ui-state-default ui-corner-all"> - <span class="ui-icon ui-icon-triangle-1-w"></span><?= t("previous") ?></a> - <? else: ?> - <a class="g-button ui-icon-left ui-state-disabled ui-corner-all"> - <span class="ui-icon ui-icon-triangle-1-w"></span><?= t("previous") ?></a> - <? endif; ?> - </li> - <li class="g-info"><?= t("%position of %total", array("position" => $position, "total" => $sibling_count)) ?></li> - <li class="g-text-right"> - <? if ($next_item): ?> - <a href="<?= $next_item->url() ?>" class="g-button ui-icon-right ui-state-default ui-corner-all"> - <span class="ui-icon ui-icon-triangle-1-e"></span><?= t("next") ?></a> - <? else: ?> - <a class="g-button ui-icon-right ui-state-disabled ui-corner-all"> - <span class="ui-icon ui-icon-triangle-1-e"></span><?= t("next") ?></a> - <? endif ?> - </li> - </ul> + <?= $theme->pager() ?> <div id="g-photo"> <?= $theme->resize_top($item) ?> |
