| [ Index ] |
|
Code source de Typo3 4.1.3 |
1 <?php 2 /*************************************************************** 3 * Copyright notice 4 * 5 * (c) 1999-2004 Kasper Skaarhoj (kasper@typo3.com) 6 * (c) 2005-2006 Stanislas Rolland <stanislas.rolland(arobas)fructifor.ca> 7 * All rights reserved 8 * 9 * This script is part of the TYPO3 project. The TYPO3 project is 10 * free software; you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation; either version 2 of the License, or 13 * (at your option) any later version. 14 * 15 * The GNU General Public License can be found at 16 * http://www.gnu.org/copyleft/gpl.html. 17 * A copy is found in the textfile GPL.txt and important notices to the license 18 * from the author is found in LICENSE.txt distributed with these scripts. 19 * 20 * 21 * This script is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * This copyright notice MUST APPEAR in all copies of the script! 27 ***************************************************************/ 28 /** 29 * User defined content for htmlArea RTE 30 * 31 * @author Kasper Skaarhoj <kasper@typo3.com> 32 * @author Stanislas Rolland <stanislas.rolland(arobas)fructifor.ca> 33 * 34 * $Id: user.php 1462 2006-05-05 20:35:09Z stanrolland $ * 35 */ 36 37 error_reporting (E_ALL ^ E_NOTICE); 38 unset($MCONF); 39 require ('conf.php'); 40 require ($BACK_PATH.'init.php'); 41 require ($BACK_PATH.'template.php'); 42 require_once ('class.tx_rtehtmlarea_user.php'); 43 $LANG->includeLLFile('EXT:rtehtmlarea/mod5/locallang.xml'); 44 $LANG->includeLLFile('EXT:rtehtmlarea/htmlarea/locallang_dialogs.xml'); 45 46 // Make instance: 47 $SOBE = t3lib_div::makeInstance('tx_rtehtmlarea_user'); 48 $SOBE->init(); 49 $SOBE->main(); 50 $SOBE->printContent(); 51 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Sun Nov 25 17:13:16 2007 | par Balluche grâce à PHPXref 0.7 |
|