summaryrefslogtreecommitdiff
path: root/themes/wind_npk/views/dynamic.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/dynamic.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/dynamic.html.php')
-rw-r--r--themes/wind_npk/views/dynamic.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind_npk/views/dynamic.html.php b/themes/wind_npk/views/dynamic.html.php
index a4ab11e7..a8a4d362 100644
--- a/themes/wind_npk/views/dynamic.html.php
+++ b/themes/wind_npk/views/dynamic.html.php
@@ -16,7 +16,7 @@
width="<?= $child->thumb_width ?>"
height="<?= $child->thumb_height ?>" />
</a>
- <h2><?//= html::purify($child->title) ?></h2>
+ <h2><?= html::purify($child->title) ?></h2>
<?= $theme->thumb_bottom($child) ?>
<ul class="g-metadata">
<?= $theme->thumb_info($child) ?>