diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 20:13:28 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 20:13:28 +0000 |
| commit | 6ec266faa69cd1efeb531d3b1494189989a84293 (patch) | |
| tree | cc0f86c570e33959f8b80262125ac7b4883d2352 /themes/default/views/album.html.php | |
| parent | 1b834319f4d92c7845ae67236c2e7a1ea66eba6c (diff) | |
2nd attempt at inserting html by modules.
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..b952af1c 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; ?> + <?= View::album_header($theme) ?> </div> <ul id="gAlbumGrid"> |
