Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7467/phpslash-dev/include/templates/en/basic
Modified Files:
slashHead-fckeditor.tpl
Log Message:
phpslash-dev/CHANGES
Index: slashHead-fckeditor.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/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,19 ****
--- 16,21 ----
<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/{CSS}.css" />
+ <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}_print.css" media="print"/>
<!-- BEGIN FCKeditor Javascript -->
***************
*** 78,82 ****
</script>
! <!-- END HTMLAREA3 Javascript -->
</head>
--- 80,84 ----
</script>
! <!-- END FCKEditor Javascript -->
</head>
|