From: Andreas A. <a.a...@th...> - 2001-10-02 12:39:14
|
Hi All, what do you think of this system tag for the usage in templates: <bc:global> <page>true</age> <querymanager>true</querymanager> ... </bc:global> Will be translated to <? global $Page ?> <? global $QueryManager ?> ... The alternative is to add "global $Page" to every tag translated by bcc that uses globals i.e.: <?global $Page; echo $Page->output['content'][0];?> Andi |