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