diff options
Diffstat (limited to 'themes/wind/views')
| -rw-r--r-- | themes/wind/views/album.html.php | 2 | ||||
| -rw-r--r-- | themes/wind/views/dynamic.html.php | 2 | ||||
| -rw-r--r-- | themes/wind/views/photo.html.php | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/themes/wind/views/album.html.php b/themes/wind/views/album.html.php index 1a56af67..ff069a84 100644 --- a/themes/wind/views/album.html.php +++ b/themes/wind/views/album.html.php @@ -23,7 +23,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 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) ?> 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> | 
