Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19309/phpslash-dev/include/templates/en/basic
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-dev/include/templates/en/basic/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 15:51:02 -0000 1.4
--- slashHead-fckeditor.tpl 12 Nov 2004 17:28:18 -0000 1.5
***************
*** 90,94 ****
<!-- START: Title and Search -->
<tr>
! <td><a href="{ROOTDIR}"><img src="{IMAGEDIR}/new-logo.gif" border="0" alt="" /></a></td>
<td width="50%" align="center">
<form method="get" action="{SEARCH_ACTION_URL}">
--- 90,94 ----
<!-- START: Title and Search -->
<tr>
! <td><a href="{ROOTDIR}/"><img src="{IMAGEDIR}/new-logo.gif" border="0" alt="" /></a></td>
<td width="50%" align="center">
<form method="get" action="{SEARCH_ACTION_URL}">
Index: slashHead-htmlarea3.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/slashHead-htmlarea3.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** slashHead-htmlarea3.tpl 10 Nov 2004 22:37:47 -0000 1.8
--- slashHead-htmlarea3.tpl 12 Nov 2004 17:28:18 -0000 1.9
***************
*** 237,241 ****
<!-- START: Title and Search -->
<tr>
! <td><a href="{ROOTDIR}"><img src="{IMAGEDIR}/new-logo.gif" border="0" alt="" /></a></td>
<td width="50%" align="center">
<form method="get" action="{SEARCH_ACTION_URL}">
--- 237,241 ----
<!-- START: Title and Search -->
<tr>
! <td><a href="{ROOTDIR}/"><img src="{IMAGEDIR}/new-logo.gif" border="0" alt="" /></a></td>
<td width="50%" align="center">
<form method="get" action="{SEARCH_ACTION_URL}">
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/slashHead.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** slashHead.tpl 10 Nov 2004 22:37:47 -0000 1.6
--- slashHead.tpl 12 Nov 2004 17:28:18 -0000 1.7
***************
*** 27,31 ****
<!-- START: Title and Search -->
<tr>
! <td><a href="{ROOTDIR}"><img src="{IMAGEDIR}/new-logo.gif" border="0" alt="" /></a></td>
<td width="50%" align="center">
<form method="get" action="{SEARCH_ACTION_URL}">
--- 27,31 ----
<!-- START: Title and Search -->
<tr>
! <td><a href="{ROOTDIR}/"><img src="{IMAGEDIR}/new-logo.gif" border="0" alt="" /></a></td>
<td width="50%" align="center">
<form method="get" action="{SEARCH_ACTION_URL}">
|