summaryrefslogtreecommitdiff
path: root/themes/default/views
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-05-22 00:12:37 +0000
committerChad Kieffer <chad@2tbsp.com>2009-05-22 00:12:37 +0000
commit11c8a84f49f4812e08885120253f2175cf4b7724 (patch)
tree7cb348cda3b7e2cdeea42010353c79d6fd79eb08 /themes/default/views
parentde9f0450941121acb0faae3fbe8e3c46ce1c93be (diff)
Added album icon before album titles. Thx again Ben.
Diffstat (limited to 'themes/default/views')
-rw-r--r--themes/default/views/album.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php
index aab41034..f4baa210 100644
--- a/themes/default/views/album.html.php
+++ b/themes/default/views/album.html.php
@@ -18,7 +18,7 @@
<?= $child->thumb_tag(array("class" => "gThumbnail")) ?>
</a>
<?= $theme->thumb_bottom($child) ?>
- <h2><a href="<?= $child->url() ?>"><?= $child->title ?></a></h2>
+ <h2><span></span><a href="<?= $child->url() ?>"><?= $child->title ?></a></h2>
<ul class="gMetadata">
<?= $theme->thumb_info($child) ?>
</ul>