|
From: Benjamin C. <bc...@us...> - 2002-11-04 18:31:32
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv10684/templates/default
Modified Files:
wrap.html
Log Message:
Fixing the non-existant spacer.gif
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- wrap.html 22 Oct 2002 20:08:28 -0000 1.25
+++ wrap.html 4 Nov 2002 18:31:29 -0000 1.26
@@ -20,7 +20,7 @@
</td>
</tr>
<tr>
- <td bgcolor="#9999FF" height="4" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
+ <td bgcolor="#9999FF" height="4" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
<td bgcolor="#9999FF" colspan="2">
@@ -48,10 +48,10 @@
</td>
</tr>
<tr>
- <td bgcolor="#9999FF" height="4" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
+ <td bgcolor="#9999FF" height="4" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
- <td bgcolor="#000000" height="1" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
+ <td bgcolor="#000000" height="1" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
</tr>
{if $smarty.server.SCRIPT_NAME|basename neq 'newaccount.php'}
<tr>
@@ -84,11 +84,11 @@
</td>
</tr>
<tr>
- <td bgcolor="#000000" height="1" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
+ <td bgcolor="#000000" height="1" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
</tr>
{/if}
<tr>
- <td bgcolor="#ffffff" height="20" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
+ <td bgcolor="#ffffff" height="20" colspan="2"><img src="{$template_path}/images/spacer.gif" height="1" width="1"></td>
</tr>
</table>
|