diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-19 23:46:40 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-19 23:46:40 +0000 |
| commit | 223449fcbddf5beaa88e428554bbe7655b8e41c3 (patch) | |
| tree | bb058229074bcf4c108ded41158f16013bbd8c94 /themes/default/views/album.html.php | |
| parent | 9ddc8c8aabfc5a6697ff636900297f94ecff4d8f (diff) | |
slideshow::link() returns the entire anchor element
Diffstat (limited to 'themes/default/views/album.html.php')
| -rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index f55f2056..43024840 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -3,7 +3,7 @@ <h1><?= $item->title_edit ?></h1> <span class="gUnderState"><?= $item->description_edit ?></span> <? if ($theme->module("slideshow")): ?> - <a href="<?= slideshow::link() ?>" id="gSlideshowLink" class="gButtonLink"><?= slideshow::button_text()?></a> + <?= slideshow::link() ?> <? endif; ?> </div> |
