Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23679/phpslash-dev/include/templates/en/basiccurves
Modified Files:
slashHead-fckeditor.tpl
Log Message:
complete fckeditor addition
Index: slashHead-fckeditor.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves/slashHead-fckeditor.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** slashHead-fckeditor.tpl 28 Oct 2004 20:15:18 -0000 1.1
--- slashHead-fckeditor.tpl 30 Oct 2004 15:17:21 -0000 1.2
***************
*** 16,19 ****
--- 16,20 ----
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
<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>
|