"TYPO3 4.0.1: typo3_src-4.0.1/typo3/sysext/tstemplate_analyzer/ext_tables.php Source File", "datetime" => "Sat Dec 2 19:22:24 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>

ext_tables.php

00001 <?php
00002 if (!defined ('TYPO3_MODE'))    die ('Access denied.');
00003 
00004 if (TYPO3_MODE=='BE')   {
00005         t3lib_extMgm::insertModuleFunction(
00006                 'web_ts',
00007                 'tx_tstemplateanalyzer',
00008                 t3lib_extMgm::extPath($_EXTKEY).'class.tx_tstemplateanalyzer.php',
00009                 'Template Analyzer'
00010         );
00011 }
00012 ?>