From f999055210a94d26b9ae58950ff4d45eee86e869 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 25 May 2008 10:10:22 +0200 Subject: [PATCH] another auto-browse function was using a 32x32 icon Signed-off-by: Andreas Unterkircher --- phpfspot.js | 2 +- themes/default/templates/single_photo.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpfspot.js b/phpfspot.js index 3421583..555e8ff 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -756,7 +756,7 @@ function startAutoBrowse() else { clearInterval(autobrowse); autobrowse = 0; - document.getElementById('autobrowse_ico').src = web_path + "/resources/32_play.png"; + document.getElementById('autobrowse_ico').src = web_path + "/resources/16_play.png"; } } // startAutoBrowser() 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 @@