[TYPO3] changing page target for sitemap

Tyler Kraft headhunterxiii at yahoo.ca
Sat Jun 2 14:55:36 CEST 2007


set them to blank or with out the quotes.

PAGE_TARGET = _self
styles.content.pageFrameObj = _self
styles.content.links.target = _self

OR

PAGE_TARGET =
styles.content.pageFrameObj =
styles.content.links.target =


And they have to go into the constants of the template.
hth


Nagita Karunaratne wrote:
> Hi,
> 
> Is is possible to change the target field in the links of a sitemap?
> 
> I added a sitemap content element of type 'Menu of subpages to these pages'
> 
> And set the starting point to the top page.
> 
> The result is that a list of subpages are created but hen you select a 
> link it opens the page in a new window.
> 
> So I need to set the target="page" field in each link to something else, 
> probably TARGET="_self".
> 
> I have tried to set these:
> 
> PAGE_TARGET = "_self".
> styles.content.pageFrameObj = "_self"
> styles.content.links.target = "_self"
> 
> 
> But none seem to change the page target.
> 
> Is there any way to make the sitemap open its links in the same window?


More information about the TYPO3-english mailing list