⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ext_localconf.php

📁 Typo3, 开源里边最强大的
💻 PHP
字号:
<?php# TYPO3 CVS ID: $Id: ext_localconf.php 1678 2006-08-17 08:45:24Z ingmars $if (!defined ('TYPO3_MODE')) 	die ('Access denied.');$TYPO3_CONF_VARS['SYS']['contentTable'] = 'tt_content';$TYPO3_CONF_VARS['FE']['eID_include']['tx_cms_showpic'] = 'EXT:cms/tslib/showpic.php';$TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['compat_version']['cms'] = array(	'title' => 'CMS Frontend',	'version' => 4000000,	'description' => '<ul>' .					'<li><p>Word separator character for simulateStaticDocument is changed from ' .					'underscore (_) to hyphen (-) to make URLs more friendly for search engines' .					'URLs that are already existing (e.g. external links to your site) will still work like before.</p>' .					'<p>You can set the separator character back to an underscore by putting the following line into the '.					'<b>Setup</b> section of your Page TypoScript template:</p>' .					'<p style="margin-top: 5px; white-space: nowrap;"><code>config.simulateStaticDocuments_replacementChar = _</code></p></li>'.					'<li><p>CSS Stylesheets and JavaScript are put into an external file by default.</p>'.					'<p>Technically, that means that the default value of "config.inlineStyle2TempFile" is now set to "1" and that of "config.removeDefaultJS" to "external"</p></li>'. 					'</ul>',);?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -