Documentation TYPO3 par Ameos

ext_localconf.php

00001 <?php
00002 # TYPO3 CVS ID: $Id: ext_localconf.php,v 1.1 2004/11/16 15:21:46 typo3 Exp $
00003 
00004 if (!defined ('TYPO3_MODE'))    die ('Access denied.');
00005 
00006 $_EXTCONF = unserialize($_EXTCONF);     // unserializing the configuration so we can use it here:
00007 if ($_EXTCONF['setPageTSconfig'])       {
00008         t3lib_extMgm::addPageTSConfig('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:css_styled_content/pageTSconfig.txt">');
00009 }
00010 ?>


Généré par L'expert TYPO3 avec  doxygen 1.4.6