summaryrefslogtreecommitdiff
path: root/themes/wind_npk/views/photo.html.php
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2010-08-19 23:26:27 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2010-08-19 23:26:27 +0000
commitf191adfe7897adb350f68f422a651785acb25e21 (patch)
tree8fea27af052e8849ff26fcd2cb8d9a219574b901 /themes/wind_npk/views/photo.html.php
parent691ce806dc9aefac596a692ff2ba927a81a65440 (diff)
Copied default Gallery3 Wind theme to a new one so that I could make mods, such as hiding image titles.
Diffstat (limited to 'themes/wind_npk/views/photo.html.php')
-rw-r--r--themes/wind_npk/views/photo.html.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/wind_npk/views/photo.html.php b/themes/wind_npk/views/photo.html.php
index e0fae3f1..c17d6b90 100644
--- a/themes/wind_npk/views/photo.html.php
+++ b/themes/wind_npk/views/photo.html.php
@@ -22,16 +22,15 @@
<? if (access::can("view_full", $item)): ?>
<a href="<?= $item->file_url() ?>" class="g-fullsize-link" title="<?= t("View full size")->for_html_attr() ?>">
<? endif ?>
- <?= $item->resize_img(array("id" => "g-photo-id-{$item->id}", "class" => "g-resize")) ?>
+ <?= $item->resize_img(array("id" => "g-item-id-{$item->id}", "class" => "g-resize")) ?>
<? if (access::can("view_full", $item)): ?>
</a>
<? endif ?>
<?= $theme->resize_bottom($item) ?>
- <?= $theme->context_menu($item, "#g-photo-id-{$item->id}") ?>
</div>
<div id="g-info">
- <h1><?= html::purify($item->title) ?></h1>
+ <!-- <h1><?= html::purify($item->title) ?></h1> -->
<div><?= nl2br(html::purify($item->description)) ?></div>
</div>