projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e610a12
)
issue8, also specify ID for <img>
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 16 Jun 2007 08:33:06 +0000
(08:33 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sat, 16 Jun 2007 08:33:06 +0000
(08:33 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@101
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 d94db182e82b091e0df6431c06f15f46bae94ad7..a1e19a795bfabb619d2729c02cc596666c2143ed 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" 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}" />
</a>
</div>
</div>