summaryrefslogtreecommitdiff
path: root/themes/default/views/photo.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/views/photo.html.php')
-rw-r--r--themes/default/views/photo.html.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php
index 0f5799ce..84d8293f 100644
--- a/themes/default/views/photo.html.php
+++ b/themes/default/views/photo.html.php
@@ -2,14 +2,14 @@
<div id="gItemHeader">
<ul id="gItemMenu">
<li><a href="#" title="<?= _("View full size image") ?>">
- <img src="<?= $theme->url("images/ico-view-fullsize.png") ?>"
- alt="<?= sprintf(_("View full size image (%dx%d)"), $item->width, $item->height) ?>" /></a></li>
+ <img src="<?= $theme->url("images/ico-view-fullsize.png") ?>"
+ alt="<?= sprintf(_("View full size image (%dx%d)"), $item->width, $item->height) ?>" /></a></li>
<li><a href="#" title="<?= _("View album in hybrid mode") ?>">
- <img src="<?= $theme->url("images/ico-view-hybrid.png") ?>"
- alt="<?= _("View album in hybrid mode") ?>" /></a></li>
+ <img src="<?= $theme->url("images/ico-view-hybrid.png") ?>"
+ alt="<?= _("View album in hybrid mode") ?>" /></a></li>
<li><?= $theme->album_top() ?></li>
- <li><a href="#" title="<?= _("Options for this item") ?>"
- class="gButtonLink gDialogLink">v <?= _("Options") ?></a></li>
+ <li><a href="#" title="<?= _("Options for this item") ?>"
+ class="gButtonLink gDialogLink">v <?= _("Options") ?></a></li>
</ul>
<h1><?= $item->title_edit ?></h1>
</div>