summaryrefslogtreecommitdiff
path: root/themes/default/views/album.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-21 07:06:11 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-21 07:06:11 +0000
commit992cf22c795100a4f42c17c38cf1aaa2029af279 (patch)
treeb599693080c029b26d77e1ea7b92cd9be9e62987 /themes/default/views/album.html.php
parente60ddd0bd8e3337cf569eb66d36f2bd1021e948e (diff)
Revert module block approach
Diffstat (limited to 'themes/default/views/album.html.php')
-rw-r--r--themes/default/views/album.html.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php
index 037ce30b..43024840 100644
--- a/themes/default/views/album.html.php
+++ b/themes/default/views/album.html.php
@@ -2,7 +2,9 @@
<div id="gAlbumHeader">
<h1><?= $item->title_edit ?></h1>
<span class="gUnderState"><?= $item->description_edit ?></span>
- <?= $theme->block(dynamic_block::CONTENT_ALBUM, "slideshow") ?>
+ <? if ($theme->module("slideshow")): ?>
+ <?= slideshow::link() ?>
+ <? endif; ?>
</div>
<ul id="gAlbumGrid">