Project

General

Profile

Actions

Feature #16404

closed

flexibilize addPItoST43()

Added by Elmar Hinz over 17 years ago. Updated almost 12 years ago.

Status:
Rejected
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-07-25
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Extensions only work with 'css_styled_content' oder 'content (default)' if they use t3lib_extMgm::addPItoST43(). To use another rendering extension an alteration of the function t3lib_extMgm::addTypoScript() is necessary.

Make it more flexible by using a global variable to register the rendering extension:

Replace line 873:

$TYPO3_CONF_VARS['FE']['defaultTypoScript_'.$type.'.']['cssstyledcontent/static/'].=$content

With

$TYPO3_CONF_VARS['FE']['defaultTypoScript_'.$type.'.'][$SomeGlobalVariable].=$content;

<http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/browser/typo3/TYPO3core/trunk/t3lib/class.t3lib_extmgm.php?rev=4768>

(issue imported from #M3930)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #22534: csc static template "v4.3" won't include the registered pluginsClosedErnesto Baschny2010-04-28

Actions
Actions

Also available in: Atom PDF