Documentation TYPO3 par Ameos |
00001 <?php 00002 define('TYPO3_MOD_PATH', 'sysext/tstemplate/ts/'); 00003 $BACK_PATH='../../../'; 00004 00005 $MLANG['default']['tabs_images']['tab'] = 'ts1.gif'; 00006 $MLANG['default']['ll_ref']='LLL:EXT:tstemplate/ts/locallang_mod.php'; 00007 00008 $MCONF['script']='index.php'; 00009 $MCONF['access']='admin'; // If this is changed so not only admin-users can manipulate templates, there need to be done something with the constant editor that is not allowed to 'clear all cache' then!! 00010 $MCONF['name']='web_ts'; 00011 ?>