Importation du code de ckeditor 4.3.4 en conservant les développements Plinn et en...
[ckeditor.git] / skins / ckeditor / ckeditor.php
diff --git a/skins/ckeditor/ckeditor.php b/skins/ckeditor/ckeditor.php
deleted file mode 100644 (file)
index ee89973..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php\r
-/*\r
- * Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
- * For licensing, see LICENSE.html or http://ckeditor.com/license\r
- */\r
-\r
-/*! \mainpage CKEditor - PHP server side intergation\r
- * \section intro_sec CKEditor\r
- * Visit <a href="http://ckeditor.com">CKEditor web site</a> to find more information about the editor.\r
- * \section install_sec Installation\r
- * \subsection step1 Include ckeditor.php in your PHP web site.\r
- * @code\r
- * <?php\r
- * include("ckeditor/ckeditor.php");\r
- * ?>\r
- * @endcode\r
- * \subsection step2 Create CKEditor class instance and use one of available methods to insert CKEditor.\r
- * @code\r
- * <?php\r
- * $CKEditor = new CKEditor();\r
- * echo $CKEditor->textarea("field1", "<p>Initial value.</p>");\r
- * ?>\r
- * @endcode\r
- */\r
-\r
-if ( !function_exists('version_compare') || version_compare( phpversion(), '5', '<' ) )\r
-       include_once( 'ckeditor_php4.php' ) ;\r
-else\r
-       include_once( 'ckeditor_php5.php' ) ;\r