diff options
Diffstat (limited to 'themes/wind/views/album.html.php')
-rw-r--r-- | themes/wind/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 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> |