> Some of those variables are nearly static (or change by site). For example > > urls.process = 28 > urls.process2 = 28 > urls.bookmark = 29 > > This variables will not change entire site.
These are called "constants" in TypoScript > And I want to set them from one location and available at every template > config like this. > > Where is the best place to put TS config variables to enable for entire setup. TypoScript is inheritated unless you create a template extension that explicitly clear what came before. So put your TS at root and it will be available for the whole tree. -- Xavier Perseguers http://xavier.perseguers.ch/en/tutorials/typo3.html _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
