[TYPO3-templavoila] constants in Templavoila

Kay Strobach typo3 at kay-strobach.de
Sun Feb 1 12:11:46 CET 2009


Hello together,

i do have a question:
I wanna use constants, which are defined in a pagetemplate with 
templaviola template typoscript.

usr_LOGO_FILE      = value

I found
##############################################################
plugin.tx_templavoila_pi1.TSconst {
     usr_LOGO_FILE      = value
     usr_ICON_FILE      = value
     usr_MENU_TOP       = value
     usr_MENU_BOTTOM    = value
     usr_BAND_TEXT      = value
     usr_BAND_COLR      = value
     usr_piwik_id       = value
     usr_copyright_name = value
     usr_copyright_url  = value
}

as a possible solution.

And in TV use:
{TSconst.usr_LOGO_FILE}

In the Installation there are many constants, to manage a large number 
of domains. Is there any way to import the global constants to the TV 
TYPOScript, without changing all the template records for every single 
domain.

Thanks a lot.

Kay


More information about the TYPO3-project-templavoila mailing list