[ Index ] |
|
Code source de Typo3 4.1.3 |
1 <?php 2 if (!defined ('TYPO3_MODE')) die ('Access denied.'); 3 4 /** 5 * Loading the ext_tables.php files of the installed extensions when caching to "temp_CACHED_" files is NOT enabled. 6 * 7 * $Id: load_ext_tables.php 468 2004-09-13 22:57:39Z typo3 $ 8 * Revised for TYPO3 3.6 July/2003 by Kasper Skaarhoj 9 * 10 * @author Kasper Skaarhoj <kasperYYYY@typo3.com> 11 * @see tslib_fe::includeTCA(), typo3/init.php 12 */ 13 $temp_TYPO3_LOADED_EXT = $GLOBALS['TYPO3_LOADED_EXT']; 14 reset($temp_TYPO3_LOADED_EXT); 15 while(list($_EXTKEY,$temp_lEDat)=each($temp_TYPO3_LOADED_EXT)) { 16 if (is_array($temp_lEDat) && $temp_lEDat['ext_tables.php']) { 17 $_EXTCONF = $TYPO3_CONF_VARS['EXT']['extConf'][$_EXTKEY]; 18 require($temp_lEDat['ext_tables.php']); 19 } 20 } 21 ?>
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 |
![]() |