summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2010-08-20 21:31:50 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2010-08-20 21:31:50 +0000
commitf64d569bae33ae900afb02a6d9297b907a895c03 (patch)
tree376c39f6b812f7f06a675036e9162f15ff36e872
parent8b54f2764e1656559dc6e06d0d051c35d4098b03 (diff)
Removed titles from dynamic pages like for viewing tags.
-rw-r--r--themes/wind/views/dynamic.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/dynamic.html.php b/themes/wind/views/dynamic.html.php
index a8a4d362..67360da7 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) ?>