diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-20 17:32:58 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-20 17:32:58 +0000 |
| commit | b78cee63950479abfa78df37a03388007f332543 (patch) | |
| tree | cfd7c24d31d76ef94702fe11ab6164adf88612d9 /themes/default/views/album.html.php | |
| parent | e2b040c6ae3797a5d6ec6c0f05f6bf3194e07c52 (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.php | 4 |
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"> |
