[Typo3] meta tag in typoscript

Dmitry Dulepov typo3 at fm-world.ru
Thu Oct 6 16:51:10 CEST 2005


Hi!

Steve Turnbull wrote:
> There is stuff on the page if I comment out the typoscript...

You need not to redefine PAGE object in the extension template. Just use
the same object as in the main template. For example, if you have in the
main template:

page = PAGE
...

than in extension:

page.meta.refresh = ...

Extension template inherits all object from master template.

Take a look to the TypoScript object browser, it will show interesting
things to you. Really nice tool to understand what is going on.

Dmitry.



More information about the TYPO3-english mailing list