alternate text if thumbnail is not available
authorAndreas Unterkircher <unki@netshadow.at>
Tue, 19 Jun 2007 18:48:41 +0000 (18:48 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Tue, 19 Jun 2007 18:48:41 +0000 (18:48 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@112 fa6a889d-dae6-447d-9e79-4ba9a3039384

templates/photo_index.tpl

index f4fc0edbd6a35da6dcfdd4020a699b11d4959a98..89d348e51a3c90e4c4cb8d0f11015c6a69093213 100644 (file)
@@ -33,7 +33,7 @@
       <div id="outter">
       <div id="inner">
        <a href="javascript:showImage({$images[row][col]});" id="{$images[row][col]}" class="bubble">
-        <img class="thumb" id="{$images[row][col]}" src="phpfspot_img.php?idx={$images[row][col]}&amp;width={$width}" />
+        <img class="thumb" id="{$images[row][col]}" src="phpfspot_img.php?idx={$images[row][col]}&amp;width={$width}" alt="thumb_{$images[row][col]}" />
        </a>
       </div>
       </div>