diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-22 16:58:59 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-22 16:58:59 +0000 |
commit | 223a626abc5757fbce0b6ce4e0a4a4a1cf4980e4 (patch) | |
tree | a4d8aa6be6a02fe34a0bef92290af6dadf2f595e /themes | |
parent | fd68fbf3364faf0ef72b4a717e891743c17e9f27 (diff) |
issue65, fixed incorrect array_rand handling
git-svn-id: file:///var/lib/svn/phpfspot/trunk@246 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/templates/welcome.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/templates/welcome.tpl b/themes/default/templates/welcome.tpl index 9845755..529cbb6 100644 --- a/themes/default/templates/welcome.tpl +++ b/themes/default/templates/welcome.tpl @@ -8,6 +8,10 @@ <tr> <td> <div id='single'> + <div style="float: left"> + <img src="phpfspot_img.php?idx=rand&width=150&1" /> + <img src="phpfspot_img.php?idx=rand&width=150&2" /> + </div> <table> <tr> <td> |