1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

image url correction (space removed)

This commit is contained in:
lia
2008-03-14 11:04:12 +00:00
parent f2bd7a066d
commit 77736b011a

View File

@@ -3,7 +3,7 @@
+---------------------------------------------------------------+ +---------------------------------------------------------------+
| e107 website system | e107 website system
| |
| <EFBFBD>Steve Dunstan 2001-2005 | ?Steve Dunstan 2001-2005
| http://e107.org | http://e107.org
| jalist@e107.org | jalist@e107.org
| |
@@ -121,7 +121,7 @@ $FOOTER = "
<div id='footer'> <div id='footer'>
{SITEDISCLAIMER}<br />{THEME_DISCLAIMER} {SITEDISCLAIMER}<br />{THEME_DISCLAIMER}
<br /> <br />
<a href='http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=86'><img alt='e107 recommends Firefox' title='e107 recommends Firefox' src=' http://sfx-images.mozilla.org/affiliates/Buttons/125x50/takebacktheweb_125x50.png' style='border: 0;' /></a> <a href='http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=86'><img alt='e107 recommends Firefox' title='e107 recommends Firefox' src='http://sfx-images.mozilla.org/affiliates/Buttons/125x50/takebacktheweb_125x50.png' style='border: 0;' /></a>
</div> </div>
</div> </div>
"; ";