Documentation TYPO3 par Ameos

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_info',
00007                 'tx_infopagetsconfig_webinfo',
00008                 t3lib_extMgm::extPath($_EXTKEY).'class.tx_infopagetsconfig_webinfo.php',
00009                 'LLL:EXT:info_pagetsconfig/locallang.php:mod_pagetsconfig'
00010         );
00011 }
00012 
00013 t3lib_extMgm::addLLrefForTCAdescr('_MOD_web_info','EXT:info_pagetsconfig/locallang_csh_webinfo.xml');
00014 
00015 ?>


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