Project

General

Profile

Bug #38698 ยป content_rendering_templates.patch

Thomas Deinhamer, 2012-07-06 01:18

View differences:

C:/Users/thasmo/Desktop/ext_localconf-new.php Fri Jul 06 01:05:53 2012
);
// Register ourselves as "content rendering template" (providing the hooks of "static template 43" = content (default) )
$TYPO3_CONF_VARS['FE']['contentRenderingTemplates'] = array(
'cssstyledcontent/static/',
'cssstyledcontent/static/v4.6/',
'cssstyledcontent/static/v4.5/',
'cssstyledcontent/static/v4.4/',
'cssstyledcontent/static/v4.3/',
'cssstyledcontent/static/v4.2/',
'cssstyledcontent/static/v3.9/',
'cssstyledcontent/static/v3.8/',
if(!is_array($GLOBALS['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'])) {
$GLOBALS['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'] = array();
}
$GLOBALS['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'] = array_merge(
$GLOBALS['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'],
array(
'cssstyledcontent/static/',
'cssstyledcontent/static/v4.6/',
'cssstyledcontent/static/v4.5/',
'cssstyledcontent/static/v4.4/',
'cssstyledcontent/static/v4.3/',
'cssstyledcontent/static/v4.2/',
'cssstyledcontent/static/v3.9/',
'cssstyledcontent/static/v3.8/',
)
);
?>
    (1-1/1)