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

ext_localconf.php

00001 <?php
00002 # TYPO3 CVS ID: $Id: ext_localconf.php 1661 2006-07-30 21:52:16Z mundaun $
00003 if (!defined ('TYPO3_MODE'))    die ('Access denied.');
00004 
00005 $TYPO3_CONF_VARS['SYS']['contentTable'] = 'tt_content';
00006 $TYPO3_CONF_VARS['FE']['eID_include']['tx_cms_showpic'] = 'EXT:cms/tslib/showpic.php';
00007 
00008 $TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['compat_version']['cms'] = array(
00009         'title' => 'CMS Frontend',
00010         'version' => 4000000,
00011         'description' => '<p>Word separator character for simulateStaticDocument is changed from ' .
00012                                         'underscore (_) to hyphen (-) to make URLs more friendly for search engines.' .
00013                                         'URLs that are already existing (e.g. external links to your site) will still work like before.</p>' .
00014                                         '<p>You can set the separator character back to an underscore by putting the following line into the '.
00015                                         '<b>Setup</b> section of your Page TypoScript template:</p>' .
00016                                         '<p style="margin-top: 5px; white-space: nowrap;"><code>config.simulateStaticDocuments_replacementChar = _</code></p>',
00017 );
00018 
00019 ?>