diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-16 08:33:06 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-16 08:33:06 +0000 |
commit | f64bb236d8b62cb459a6c37b03d96d72c40387a1 (patch) | |
tree | eaa77f602460fafb27905a0c336ffb16e5e40de2 /templates | |
parent | e610a123c520cb5de19f07a5dd1dd20b3965c60c (diff) |
issue8, also specify ID for <img>
git-svn-id: file:///var/lib/svn/phpfspot/trunk@101 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-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 d94db18..a1e19a7 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" 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> |