Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19090/phpslash-dev/include/templates/en/basic
Modified Files:
slashHead-htmlarea3.tpl slashHead.tpl
Log Message:
Swedish Translation.
Index: slashHead-htmlarea3.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/slashHead-htmlarea3.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** slashHead-htmlarea3.tpl 6 Nov 2004 21:26:41 -0000 1.6
--- slashHead-htmlarea3.tpl 6 Nov 2004 21:29:28 -0000 1.7
***************
*** 18,22 ****
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}/{CSS}.css" />
- <style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}/{CSS}_ext.css";</style>
<link rel="stylesheet" type="print">@import "{ROOTDIR}/styles/{SKIN}/{CSS}_print.css";</style>
--- 18,21 ----
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/slashHead.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** slashHead.tpl 6 Nov 2004 21:26:41 -0000 1.4
--- slashHead.tpl 6 Nov 2004 21:29:28 -0000 1.5
***************
*** 17,23 ****
<link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}/{CSS}.css" />
! <style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}/{CSS}_ext.css";</style>
! <link rel="stylesheet" type="print">@import "{ROOTDIR}/styles/{SKIN}/{CSS}_print.css";</style>
--- 17,22 ----
<link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}.css" />
! <link rel="stylesheet" type="print">@import "{ROOTDIR}/styles/{CSS}_print.css";</style>
|