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

📄 ext_localconf.php

📁 Typo3, 开源里边最强大的
💻 PHP
字号:
<?php# TYPO3 CVS ID: $Id: ext_localconf.php 1660 2006-07-30 21:50:38Z mundaun $if (!defined ('TYPO3_MODE')) 	die ('Access denied.');$_EXTCONF = unserialize($_EXTCONF);	// unserializing the configuration so we can use it here:if ($_EXTCONF['setPageTSconfig'])	{	t3lib_extMgm::addPageTSConfig('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:css_styled_content/pageTSconfig.txt">');}if ($_EXTCONF['removePositionTypes'])	{	t3lib_extMgm::addPageTSConfig('		TCEFORM.tt_content.imageorient.types.image.removeItems = 8,9,10,17,18,25,26	');}$TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_accessibility'] = array(	'title' => 'CSS Styled Content: Accessibility improvements',	'version' => 3009000,	'description' => '<p>The rendering of the following elements will change:				<ul><li><b>tt_content.menu</b> (used f.e. for sitemaps): Instead of div-tags, lists are used now.</li>				<li><b>tt_content.mailform</b>: Mailforms do not use tables anymore, instead, they use the div-tag. Besides that, mailforms are accessible now.</li>				<li><b>The p-tag</b> has been removed from all table cells.</li>				<li><b>CSS based "image" and "text with image"</b><br />As the extension cron_cssstyledimgtext has been merged into the core, rendering of the content elements "image" and "text with image" has been changed to be CSS instead of table based. Read the <a href="http://wiki.typo3.org/index.php/TYPO3_4.0" target="_blank">4.0 release notes</a> for further information.</li></ul>',	'description_acknowledge' => 'You will have to update your stylesheets to comply with these changes.');?>

⌨️ 快捷键说明

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