projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c01fd8
)
alternate text if thumbnail is not available
author
Andreas Unterkircher
<unki@netshadow.at>
Tue, 19 Jun 2007 18:48:41 +0000
(18:48 +0000)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/templates/photo_index.tpl
b/templates/photo_index.tpl
index f4fc0edbd6a35da6dcfdd4020a699b11d4959a98..89d348e51a3c90e4c4cb8d0f11015c6a69093213 100644
(file)
--- 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>