"TYPO3 4.0.1: typo3_src-4.0.1/typo3/sysext/tstemplate/ts/conf.php Source File", "datetime" => "Sat Dec 2 19:22:21 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>

conf.php

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 ?>