another auto-browse function was using a 32x32 icon
[phpfspot.git] / themes / default / templates / single_photo.tpl
index 20b59f8d6c49f9a540e27e5742bb9797f0769672..e8e326dfc96a6b777a51e1e8e53446e5eca5312f 100644 (file)
 <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();