TYPO3 API  SVNRelease
conf.php
Go to the documentation of this file.
00001 <?php
00002 
00003     // DO NOT REMOVE OR CHANGE THESE 2 LINES:
00004 $MCONF['name'] = 'web_list';
00005 $MCONF['script'] = '_DISPATCH';
00006 
00007 $MCONF['access'] = 'user,group';
00008 
00009 $MLANG['default']['tabs_images']['tab'] = 'list.gif';
00010 $MLANG['default']['ll_ref'] = 'LLL:EXT:lang/locallang_mod_web_list.php';
00011 
00012 ?>