00001 <?php
00002 # TYPO3 CVS ID: $Id: ext_localconf.php,v 1.2.12.2 2006/02/15 16:22:41 typo3 Exp $
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 'version' => 4000000,
00010 'description' => '<p>Word separator character for simulateStaticDocument is changed ' .
00011 'from underscore (_) to hyphen (-) to make URLs more friendly ' .
00012 'for search engines. Previously generated URLs (external links ' .
00013 'to your site) will work as before.</p><p>You can set separator ' .
00014 'character back to underscore by putting the following line into ' .
00015 '<b>Setup</b> section of you page TS template:</p><p style="margin-top: 5px">' .
00016 '<code>config.simulateStaticDocuments_replacementChar = _</code></p>',
00017 'description_acknowledge' => ''
00018 );
00019
00020 ?>