summaryrefslogtreecommitdiff
path: root/themes/wind
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind')
-rw-r--r--themes/wind/views/album.html.php2
-rw-r--r--themes/wind/views/dynamic.html.php2
-rw-r--r--themes/wind/views/photo.html.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/wind/views/album.html.php b/themes/wind/views/album.html.php
index ca69bda7..c26dec93 100644
--- a/themes/wind/views/album.html.php
+++ b/themes/wind/views/album.html.php
@@ -26,7 +26,7 @@
<?= $theme->thumb_bottom($child) ?>
<?= $theme->context_menu($child, "#g-item-id-{$child->id} .g-thumbnail") ?>
<h2><span class="<?= $item_class ?>"></span>
- <a href="<?= $child->url() ?>"><?= html::purify($child->title) ?></a></h2>
+ <a href="<?= $child->url() ?>"><!--<?= html::purify($child->title) ?>--></a></h2>
<ul class="g-metadata">
<?= $theme->thumb_info($child) ?>
</ul>
diff --git a/themes/wind/views/dynamic.html.php b/themes/wind/views/dynamic.html.php
index c8b2fcaf..33e05de3 100644
--- a/themes/wind/views/dynamic.html.php
+++ b/themes/wind/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) ?>
diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php
index b42ab987..92eb08f5 100644
--- a/themes/wind/views/photo.html.php
+++ b/themes/wind/views/photo.html.php
@@ -43,7 +43,7 @@
</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>