diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-19 18:48:41 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-19 18:48:41 +0000 |
commit | 218b86247bd6fe415e616da268abff7faaa3e96a (patch) | |
tree | 1264aa31058fc54ecad3d74ecff7903fa2655398 | |
parent | 7c01fd808170e407f5ccec41b4c9ff8154f11749 (diff) |
alternate text if thumbnail is not available
git-svn-id: file:///var/lib/svn/phpfspot/trunk@112 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | templates/photo_index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index f4fc0ed..89d348e 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -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]}&width={$width}" /> + <img class="thumb" id="{$images[row][col]}" src="phpfspot_img.php?idx={$images[row][col]}&width={$width}" alt="thumb_{$images[row][col]}" /> </a> </div> </div> |