Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv11841/phpslash-ft/public_html/templates/en/default
Modified Files:
backendJS.tpl
Log Message:
backend tpl tweaks
Index: backendJS.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/backendJS.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** backendJS.tpl 20 Mar 2002 00:12:47 -0000 1.2
--- backendJS.tpl 20 Mar 2002 01:44:09 -0000 1.3
***************
*** 1,3 ****
- <SCRIPT LANGUAGE="JavaScript">
document.write('<table><TR><TH class="NEWSTITLE"><A HREF="{ROOTDIR}/">{SITE_NAME}</A></TH></TR>');
<!-- BEGIN each_story -->
--- 1,2 ----
***************
*** 5,7 ****
<!-- END each_story -->
document.write('<TR><TD class="NEWSCOMMENT" align=right nowrap><small><A HREF="http://{SITE_HOST}{ROOTDIR}"><IMG border=0 SRC="{IMAGEDIR}/topics/topicphpslash.gif" width=100 height=40 align=left></A></TD></TR><TR><TD class="NEWSCOMMENT" align=right nowrap>Powered by <A HREF="http://{SITE_HOST}{ROOTDIR}">{SITE_NAME}</A></small></TD></TR></table>');
- </script>
--- 4,5 ----
|