[TYPO3-core] RFC: #4662 PAGE_TARGET =

Steffen Kamper steffen at sk-typo3.de
Wed Oct 24 12:55:58 CEST 2007


"Benjamin Mack" <mack at xnos.org> schrieb im Newsbeitrag 
news:mailman.3204.1193217039.20721.typo3-team-core at lists.netfielders.de...
> Hi Steffen,
>
> sorry to nag you again here.
>
> See the dev-list, I think the default int_target should be taken care of 
> as well with this patch. Is this possible?
>
> greetings,
> benni.
> -SDG-
>

i searchd arround and had some difficulties to find the default 
typolink-settings (targets)

the cObj is initiaklized with
$GLOBALS['TSFE']->intTarget = 
''.$GLOBALS['TSFE']->config['config']['intTarget'];
$GLOBALS['TSFE']->extTarget = 
''.$GLOBALS['TSFE']->config['config']['extTarget'];

I searched whole TYPO3 for the word 'intTarget' - nowhere defined, so it's 
empty anyway (why should it be set to _top?)

I searched for extTarget and found it in tslib_content
'extTarget' => '_top',

which is also ok imho, or should it be changed to _blank? In XHTML-Context 
targets are not generated anyway.

So is there really a change for needed?

vg  Steffen 




More information about the TYPO3-team-core mailing list