Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19959/phpslash-skins/include/templates/en/ShankZen
Modified Files:
slashHead-fckeditor.tpl slashHead-htmlarea3.tpl slashHead.tpl
Log Message:
added trailing slash to rooturl for logo url.
Index: slashHead-fckeditor.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/slashHead-fckeditor.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** slashHead-fckeditor.tpl 6 Nov 2004 22:11:23 -0000 1.4
--- slashHead-fckeditor.tpl 12 Nov 2004 17:30:35 -0000 1.5
***************
*** 90,94 ****
<div style="vertical-align:bottom">
<div class="psl-logo">
! <a href="{ROOTDIR}"><img src="{IMAGEDIR}/topics/topicphpslash.gif" alt="{SITE_NAME}" border="0" width="100" height="40"/></a>
</div>
<div class="psl-title">
--- 90,94 ----
<div style="vertical-align:bottom">
<div class="psl-logo">
! <a href="{ROOTDIR}/"><img src="{IMAGEDIR}/topics/topicphpslash.gif" alt="{SITE_NAME}" border="0" width="100" height="40"/></a>
</div>
<div class="psl-title">
Index: slashHead-htmlarea3.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/slashHead-htmlarea3.tpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** slashHead-htmlarea3.tpl 6 Nov 2004 22:11:23 -0000 1.13
--- slashHead-htmlarea3.tpl 12 Nov 2004 17:30:36 -0000 1.14
***************
*** 238,242 ****
<div style="vertical-align:bottom">
<div class="psl-logo">
! <a href="{ROOTDIR}"><img src="{IMAGEDIR}/topics/topicphpslash.gif" alt="{SITE_NAME}" border="0" width="100" height="40"/></a>
</div>
<div class="psl-title">
--- 238,242 ----
<div style="vertical-align:bottom">
<div class="psl-logo">
! <a href="{ROOTDIR}/"><img src="{IMAGEDIR}/topics/topicphpslash.gif" alt="{SITE_NAME}" border="0" width="100" height="40"/></a>
</div>
<div class="psl-title">
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/slashHead.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** slashHead.tpl 6 Nov 2004 22:11:23 -0000 1.9
--- slashHead.tpl 12 Nov 2004 17:30:36 -0000 1.10
***************
*** 27,31 ****
<div style="vertical-align:bottom">
<div class="psl-logo">
! <a href="{ROOTDIR}"><img src="{IMAGEDIR}/topics/topicphpslash.gif" alt="{SITE_NAME}" width="100" height="40"/></a>
</div>
<div class="psl-title">
--- 27,31 ----
<div style="vertical-align:bottom">
<div class="psl-logo">
! <a href="{ROOTDIR}/"><img src="{IMAGEDIR}/topics/topicphpslash.gif" alt="{SITE_NAME}" width="100" height="40"/></a>
</div>
<div class="psl-title">
|