Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7467/phpslash-dev/include/templates/en/basiccurves
Modified Files:
slashHead-fckeditor.tpl
Log Message:
phpslash-dev/CHANGES
Index: slashHead-fckeditor.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves/slashHead-fckeditor.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slashHead-fckeditor.tpl 1 Nov 2004 17:35:48 -0000 1.3
--- slashHead-fckeditor.tpl 6 Nov 2004 15:51:02 -0000 1.4
***************
*** 16,22 ****
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
<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" />
- <!-- <style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}_ext.css";</style> -->
<!-- BEGIN FCKeditor Javascript -->
<script type="text/javascript" src="{ROOTDIR}/scripts/fckeditor/fckeditor.js"></script>
--- 16,22 ----
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
<link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" />
+ <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic.css" />
+ <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic_print.css" media="print"/>
<!-- BEGIN FCKeditor Javascript -->
<script type="text/javascript" src="{ROOTDIR}/scripts/fckeditor/fckeditor.js"></script>
|