TYPO3 API  SVNRelease
conf.php
Go to the documentation of this file.
00001 <?php
00002 define('TYPO3_MOD_PATH', 'typo3/sysext/em/classes/');
00003 $BACK_PATH='';
00004 
00005 $MLANG['default']['tabs_images']['tab'] = 'em.gif';
00006 $MLANG['default']['ll_ref'] = 'LLL:EXT:em/language/locallang.xml';
00007 
00008 $MCONF['script']='_DISPATCH';
00009 $MCONF['access']='admin';
00010 $MCONF['name']='tools_em';
00011 $MCONF['workspaces']='online';
00012 ?>