[Typo3] Menu of subpages link target ?
Krystian Szymukowicz
t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Mon Oct 17 12:05:45 CEST 2005
Carlos Rodriguez napisał(a):
> Katja Lampela schrieb:
>
>> Carlos Rodriguez wrote:
>>
>>> Hi folks,
>>>
>>> I am using the standard menu of subpages element on a page.
>>> The problem is, when clicking on a link the link opens in new window.
>>>
>>> But I do *not* want this.
>>>
>>> How can I achieve, that the link opens in same window?
>>>
>>> Any suggestions, hints?
>>>
>>> Thanks
>>> =)
>>
>>
>>
>> Maybe you can check this:
>> main template, constant editor/content/content:"Menu/Sitemap"/Sitemap,
>> Target _top
>
>
> Unfortunately I do not have this in my constant editor.
> Isn't there a method to do this in TS?#
> cr
hi
try this
tt_content.menu.20.2.1.target = _self
tt_content.menu.20.2.2.target = _self
tt_content.menu.20.2.3.target = _self
tt_content.menu.20.2.4.target = _self
tt_content.menu.20.2.5.target = _self
it sets _self to all type of sitemaps
--
grtz
Krystian
More information about the TYPO3-english
mailing list