[Typo3] footer / header for external applications
Henry Wilhelm
henry at hexhe.de
Fri Sep 30 17:32:19 CEST 2005
Olivier Dobberkau schrieb:
> Flint Stelter wrote:
>
>>Hi,
>>
>>I was wondering if it was possible to let Typo3 generate something
>>like a header / footer.php, to use with external applications.
>
>
> hi.
> think about the typenum thing.
>
> you can create special pages containing those menuparts..
> depending on your script you could include those pages with an fopen
> command.
>
> greetings,
>
> olivier
>
>
I need something similar, but I am using templavoila.
This is for normal page:
page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page
But how can I tell templavoila not to show standard-content, but special
content.
extapp = PAGE
extapp.typeNum = 99
extapp.10 = USER
extapp.10.userFunc = tx_templavoila_pi1->main_page
More information about the TYPO3-english
mailing list