TYPO3 API  SVNRelease
conf.php
Go to the documentation of this file.
00001 <?php
00002 define('TYPO3_MOD_PATH', 'sysext/tsconfig_help/mod1/');
00003 $BACK_PATH='../../../';
00004 $MCONF['name']='help_txtsconfighelpM1';
00005 
00006 
00007 $MCONF['access']='user,group';
00008 $MCONF['script']='index.php';
00009 
00010 $MLANG['default']['tabs_images']['tab'] = 'moduleicon.gif';
00011 $MLANG['default']['ll_ref']='LLL:EXT:tsconfig_help/mod1/locallang_mod.xml';
00012 ?>