summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-25 10:10:22 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-25 10:11:28 +0200
commitf999055210a94d26b9ae58950ff4d45eee86e869 (patch)
tree374559ff766c8de9087616549ec42600399cc0aa /themes/default
parent970b037a059e4ff00a436296449f886b3f08c674 (diff)
another auto-browse function was using a 32x32 icon
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/templates/single_photo.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl
index 20b59f8..e8e326d 100644
--- a/themes/default/templates/single_photo.tpl
+++ b/themes/default/templates/single_photo.tpl
@@ -108,7 +108,7 @@
<script type="text/javascript">
<!--
if(autobrowse && document.getElementById("autobrowse_ico"))
- document.getElementById("autobrowse_ico").src = '{$web_path}/resources/32_pause.png';
+ document.getElementById("autobrowse_ico").src = '{$web_path}/resources/16_pause.png';
/* lets preload to previous and the next image to speedup */
var image_next = new Image();