+++ /dev/null
-<?php\r
-/***************************************************************\r
-* Copyright notice\r
-*\r
-* (c) 2008 Steffen Kamper <info@sk-typo3.de>\r
-* All rights reserved\r
-*\r
-* This script is part of the TYPO3 project. The TYPO3 project is\r
-* free software; you can redistribute it and/or modify\r
-* it under the terms of the GNU General Public License as published by\r
-* the Free Software Foundation; either version 2 of the License, or\r
-* (at your option) any later version.\r
-*\r
-* The GNU General Public License can be found at\r
-* http://www.gnu.org/copyleft/gpl.html.\r
-* A copy is found in the textfile GPL.txt and important notices to the license\r
-* from the author is found in LICENSE.txt distributed with these scripts.\r
-*\r
-*\r
-* This script is distributed in the hope that it will be useful,\r
-* but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
-* GNU General Public License for more details.\r
-*\r
-* This copyright notice MUST APPEAR in all copies of the script!\r
-***************************************************************/\r
-\r
-\r
-/**\r
- * interface for classes which hook into SC_db_new_content_el and manipulater wizardItems array\r
- *\r
- * @author Steffen Kamper <info@sk-typo3.de> \r
- * @package TYPO3\r
- * @subpackage cms\r
- */\r
-interface cms_newContentElementWizardsHook {\r
-\r
- /**\r
- * modifies WizardItems array\r
- *\r
- * @param array array of Wizard Items\r
- * @param SC_db_new_content_el parent object New Content element wizard\r
- * @return void\r
- */\r
- public function manipulateWizardItems(&$wizardItems, &$parentObject);\r
-\r
-}\r
-\r
-?>\r
--- /dev/null
+<?php\r
+/***************************************************************\r
+* Copyright notice\r
+*\r
+* (c) 2008 Steffen Kamper <info@sk-typo3.de>\r
+* All rights reserved\r
+*\r
+* This script is part of the TYPO3 project. The TYPO3 project is\r
+* free software; you can redistribute it and/or modify\r
+* it under the terms of the GNU General Public License as published by\r
+* the Free Software Foundation; either version 2 of the License, or\r
+* (at your option) any later version.\r
+*\r
+* The GNU General Public License can be found at\r
+* http://www.gnu.org/copyleft/gpl.html.\r
+* A copy is found in the textfile GPL.txt and important notices to the license\r
+* from the author is found in LICENSE.txt distributed with these scripts.\r
+*\r
+*\r
+* This script is distributed in the hope that it will be useful,\r
+* but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
+* GNU General Public License for more details.\r
+*\r
+* This copyright notice MUST APPEAR in all copies of the script!\r
+***************************************************************/\r
+\r
+\r
+/**\r
+ * interface for classes which hook into SC_db_new_content_el and manipulater wizardItems array\r
+ *\r
+ * @author Steffen Kamper <info@sk-typo3.de> \r
+ * @package TYPO3\r
+ * @subpackage cms\r
+ */\r
+interface cms_newContentElementWizardsHook {\r
+\r
+ /**\r
+ * modifies WizardItems array\r
+ *\r
+ * @param array array of Wizard Items\r
+ * @param SC_db_new_content_el parent object New Content element wizard\r
+ * @return void\r
+ */\r
+ public function manipulateWizardItems(&$wizardItems, &$parentObject);\r
+\r
+}\r
+\r
+?>\r