summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-03-27 20:12:28 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-03-27 20:12:28 +0100
commit0b79deeea3e8d6058eb5651200dbe127c02e0019 (patch)
tree770b4ec02954aaccd15409f508f3e61a46cb9495 /themes/default
parent09deb2461c15d514cfaaa02ee78ab2dfc421a3c7 (diff)
make the full photo name available for the lightbox effect
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/templates/photo_index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl
index f281630..d834568 100644
--- a/themes/default/templates/photo_index.tpl
+++ b/themes/default/templates/photo_index.tpl
@@ -54,7 +54,7 @@
<br />
{$img_name[thumb]}
</a>
- <a href="phpfspot_img.php?idx={$images[thumb]}&amp;width={$preview_width}" alt="thumb_{$images[thumb]}" rel="lightbox[photoidx]" title="Preview of {$img_name[thumb]}"><img src="resources/eyes.png" /></a>
+ <a href="phpfspot_img.php?idx={$images[thumb]}&amp;width={$preview_width}" alt="thumb_{$images[thumb]}" rel="lightbox[photoidx]" title="Preview of {$img_fullname[thumb]}"><img src="resources/eyes.png" /></a>
</div>
{/if}