|
From: Benjamin C. <bc...@us...> - 2002-11-04 18:30:18
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv10145/templates/default/admin
Modified Files:
Tag: phpbt-0_9_0
wrap.html
Log Message:
Fixing the non-existant spacer.gif
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/wrap.html,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -r1.19 -r1.19.2.1
--- wrap.html 13 Sep 2002 19:11:29 -0000 1.19
+++ wrap.html 4 Nov 2002 18:30:14 -0000 1.19.2.1
@@ -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">
@@ -54,10 +54,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>
<tr>
<td colspan="2" height="20" class="bottomnav">
@@ -89,10 +89,10 @@
</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>
<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>
|