summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-21 23:36:41 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-21 23:36:41 +0000
commit60191f1d2c65103d35a8b7bf9771d5ff13405db6 (patch)
tree03c61e8724369bee13b2c89d6bd7a607cd4b5f72 /themes
parent88f799be6f458f71f9df87e05d24273f9a0058b9 (diff)
Be consistent in naming the album_top block
Diffstat (limited to 'themes')
-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 b952af1c..ff0b441f 100644
--- a/themes/default/views/album.html.php
+++ b/themes/default/views/album.html.php
@@ -2,7 +2,7 @@
<div id="gAlbumHeader">
<h1><?= $item->title_edit ?></h1>
<span class="gUnderState"><?= $item->description_edit ?></span>
- <?= View::album_header($theme) ?>
+ <?= View::album_top($theme) ?>
</div>
<ul id="gAlbumGrid">