[TYPO3-dev] PAGE_TARGET = page ?

Bernd Wilke xoonsji02 at sneakemail.com
Wed Oct 24 10:30:20 CEST 2007


Steffen Kamper schrieb:
> Hi,
> 
> i was quite sure that this was fixed a time ago. Now with a fresh 
> installation of 4.1.2 using typolink with internal link in TS i saw
> <a href="..." target="page">
> 
> I searched BT and couldn't find the thread.Who knows where this was done?
> 
> vg  Steffen 
> 
> 
because of this I collected this code:

Constants:
	# default target for links:
	PAGE_TARGET = _top
	# target for links in sitemap:
	content.pageFrameObj = _top

Setup:
	# target for links in actual installation:
	config.intTarget = _top
	# target for links not in actual installtion:
	config.extTarget = _blank

into my initial typoscript for every page 
(http://www.pi-phi.de/t3v4/25.html german!)


Bernd
-- 
http://www.pi-phi.de/t3v4/cheatsheet.html




More information about the TYPO3-dev mailing list