Update of /cvsroot/sandweb/sandweb/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv2901/templates
Modified Files:
framework.html
Log Message:
made it possible to install the image dir as part of the standard
sandweb install, also backed the logo image out of framework.html
( need to investigate the ramifications of this more )
Index: framework.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/framework.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -U2 -r1.25 -r1.26
--- framework.html 6 Jan 2003 08:07:20 -0000 1.25
+++ framework.html 6 Jan 2003 09:02:27 -0000 1.26
@@ -27,5 +27,5 @@
</td>
<td width="25%" align="right">
- <img src="/robert/images/sandweb-logo.png" title="SandWeb" alt="SandWeb">
+ <img src="<TMPL_VAR NAME=IMAGES_DIR>/sandweb-logo.png" title="SandWeb" alt="SandWeb">
<!-- <font size="4"><b><TMPL_VAR NAME=MENU_TITLE></b></font> -->
</td>
|