summaryrefslogtreecommitdiff
path: root/themes/default/views/album.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-20 17:32:58 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-20 17:32:58 +0000
commitb78cee63950479abfa78df37a03388007f332543 (patch)
treecfd7c24d31d76ef94702fe11ab6164adf88612d9 /themes/default/views/album.html.php
parente2b040c6ae3797a5d6ec6c0f05f6bf3194e07c52 (diff)
A look at away to allow modules to define html head contents (links and js) and also allow modules to contribute blocks to the layout.
Diffstat (limited to 'themes/default/views/album.html.php')
-rw-r--r--themes/default/views/album.html.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php
index 43024840..037ce30b 100644
--- a/themes/default/views/album.html.php
+++ b/themes/default/views/album.html.php
@@ -2,9 +2,7 @@
<div id="gAlbumHeader">
<h1><?= $item->title_edit ?></h1>
<span class="gUnderState"><?= $item->description_edit ?></span>
- <? if ($theme->module("slideshow")): ?>
- <?= slideshow::link() ?>
- <? endif; ?>
+ <?= $theme->block(dynamic_block::CONTENT_ALBUM, "slideshow") ?>
</div>
<ul id="gAlbumGrid">