Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv30727/phpslash-ft/public_html/templates/en/default
Modified Files:
backendJS.tpl
Log Message:
backendJS.tpl - corrected image src
Index: backendJS.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/backendJS.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** backendJS.tpl 20 Mar 2002 01:44:09 -0000 1.3
--- backendJS.tpl 20 Mar 2002 03:16:35 -0000 1.4
***************
*** 3,5 ****
document.write('<TR><TD class="NEWSITEM"><A HREF="{ROOTDIR}/article.php3?story_id={STORY_ID}" TARGET="_self">{TITLE}</A> {INTRO_TEXT}</TD></TR>');
<!-- 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>');
--- 3,5 ----
document.write('<TR><TD class="NEWSITEM"><A HREF="{ROOTDIR}/article.php3?story_id={STORY_ID}" TARGET="_self">{TITLE}</A> {INTRO_TEXT}</TD></TR>');
<!-- END each_story -->
! document.write('<TR><TD class="NEWSCOMMENT" align=right nowrap><small><A HREF="{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="{ROOTDIR}">{SITE_NAME}</A></small></TD></TR></table>');
|