From: Andreas A. <a.a...@th...> - 2001-10-01 10:07:23
|
Hi Alex, the BccModuleCompiler does work now, but only for static module output. But what about templates containing "load_ordered" output? I thought of this: <bc:module> <group>content</group> <index>0</index> </bc:module> short one: <bc:module group="content" index="0" /> Will be transformed to: $Page->output['content'][0] or for the whole group: <bc:module group="content" /> = $Page->output['content']; Andi |