TYPO3 API  SVNRelease
Variables
ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $_EXTCONF = unserialize($_EXTCONF)
if($_EXTCONF['setPageTSconfig']||!$_EXTCONF)
if($_EXTCONF['removePositionTypes']||!$_EXTCONF) 
$TYPO3_CONF_VARS ['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_accessibility']
 $TYPO3_CONF_VARS ['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_pagetargets']
 $TYPO3_CONF_VARS ['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_menuhtmlspecialchars']
 $TYPO3_CONF_VARS ['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_clearerdivsafterintexttextpicelements']
 $TYPO3_CONF_VARS ['FE']['contentRenderingTemplates']

Variable Documentation

$_EXTCONF = unserialize($_EXTCONF)
if ($_EXTCONF['setPageTSconfig']||!$_EXTCONF) if ($_EXTCONF['removePositionTypes']||!$_EXTCONF) $TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_accessibility']
Initial value:
 array(
    'title' => 'CSS Styled Content: Accessibility improvements',
    'version' => 3009000,
    'description' => '<p>The rendering of the following elements will change:
                <ul><li><strong>tt_content.menu</strong> (used f.e. for sitemaps): Instead of div-tags, lists are used now.</li>
                <li><strong>tt_content.mailform</strong>: Mailforms do not use tables anymore, instead, they use the div-tag. Besides that, mailforms are accessible now.</li>
                <li><strong>The p-tag</strong> has been removed from all table cells.</li>
                <li><strong>CSS based "image" and "text with image"</strong><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.'
)

Definition at line 17 of file ext_localconf.php.

$TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_pagetargets']
Initial value:
 array(
    'title' => 'CSS Styled Content: Default targets for non-frame pages',
    'version' => 4002000,
    'description' => '<p>The default page target is empty (so no target is generated). If you use frames, you have to set target to "page" in Constants.</p>'
)

Definition at line 27 of file ext_localconf.php.

$TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_menuhtmlspecialchars']
Initial value:
 array(
    'title' => 'CSS Styled Content: htmlspecialchars in menu content elements',
    'version' => 4003000,
    'description' => '<p>Page titles will get htmlspecialchar\'ed when rendered in "Sitemap/menu" content elements, to avoid generating invalid XHTML.</p>',
)

Definition at line 32 of file ext_localconf.php.

$TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_clearerdivsafterintexttextpicelements']
Initial value:
 array(
    'title' => 'CSS Styled Content: clear divs, changed row space, corrected margins',
    'version' => 4004000,
    'description' => '<ul><li>Clear divs will be generated by default for in-text right or left positioned textpic elements.</li><li>The default row space changes to 10px, to be in line with col space and text margin.</li><li>Rendering bugs with wrong margins were fixed (Default CSS changed).</li></ul>',
)

Definition at line 37 of file ext_localconf.php.

$TYPO3_CONF_VARS['FE']['contentRenderingTemplates']
Initial value:
 array(
    'cssstyledcontent/static/',
    'cssstyledcontent/static/v4.4/',
    'cssstyledcontent/static/v4.3/',
    'cssstyledcontent/static/v4.2/',
    'cssstyledcontent/static/v3.9/',
    'cssstyledcontent/static/v3.8/',
)

Definition at line 44 of file ext_localconf.php.