Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6606/phpslash-skins/include/templates/en/ShankZen
Modified Files:
slashHead-htmlarea3.tpl
Log Message:
removed border and stylesheet that peterc removed
Index: slashHead-htmlarea3.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/slashHead-htmlarea3.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** slashHead-htmlarea3.tpl 2 Sep 2004 17:32:14 -0000 1.6
--- slashHead-htmlarea3.tpl 8 Sep 2004 20:09:06 -0000 1.7
***************
*** 16,20 ****
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php3" />
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
! <style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}_ext.css";</style>
<!-- BEGIN HTMLAREA3 Javascript -->
--- 16,20 ----
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php3" />
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
! <!-- <style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}_ext.css";</style> -->
<!-- BEGIN HTMLAREA3 Javascript -->
***************
*** 235,239 ****
<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">
--- 235,239 ----
<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">
|