[TYPO3] tmenu

Dmitry Dulepov typo3 at accio.lv
Tue Jul 11 12:14:16 CEST 2006


Hi!

Andrea Giorgini wrote:
> I have a working menu. Now I need to add one more "entry", but this 
> should not be a page but something like:
> 
> <a href="javascript:window.print();">Print</a>
> 
> Is this possible to create static entries in the menu through TS?
> Also the text should be "multilanguage"...

You can easily fake it using COA:

page.10 = COA
page.10 {
	10 = HMENU
	...
	20 = TEXT
	20.data = LLL:fileadmin/mystrings.xml:print
	20.wrap = <a href="javascript:window.print()">|</a>
}

Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)



More information about the TYPO3-english mailing list