summaryrefslogtreecommitdiff
path: root/themes/default/views/album.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-18 19:09:24 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-18 19:09:24 +0000
commit4bf486955cea9e2b67531f044c6bf34a7bc9324f (patch)
treec1a874cfc00e5894bff4b26c1eadbbcb690411bc /themes/default/views/album.html.php
parent4dfa22606fe4c23ab3b60b94518a8d06de63d86b (diff)
The start of the slideshow module. Mostly framework stuff, no real implementation yet
Diffstat (limited to 'themes/default/views/album.html.php')
-rw-r--r--themes/default/views/album.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php
index b59dba01..b2617998 100644
--- a/themes/default/views/album.html.php
+++ b/themes/default/views/album.html.php
@@ -2,7 +2,7 @@
<div id="gAlbumHeader">
<h1><?= $item->title_edit ?></h1>
<span class="gUnderState"><?= $item->description_edit ?></span>
- <a href="#" id="gSlideshowLink" class="gButtonLink">Slideshow</a>
+ <a href="javascript:slideshow(<?= $item->id ?>);" id="gSlideshowLink" class="gButtonLink">Slideshow</a>
</div>
<ul id="gAlbumGrid">