Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23679/phpslash-dev/include/templates/en/basic
Modified Files:
slashHead-fckeditor.tpl
Log Message:
complete fckeditor addition
Index: slashHead-fckeditor.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/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:17 -0000 1.1
--- slashHead-fckeditor.tpl 30 Oct 2004 15:17:21 -0000 1.2
***************
*** 15,20 ****
<!-- END each_metatag -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
! <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>
--- 15,21 ----
<!-- END each_metatag -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}.css" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}_print.css" media="print"/>
!
<!-- BEGIN FCKeditor Javascript -->
<script type="text/javascript" src="{ROOTDIR}/scripts/fckeditor/fckeditor.js"></script>
|