PDA

View Full Version : Calling left, center, right blocks global?


Benumbed
11-06-2004, 08:39 PM
I am trying to call

$home[leftblocks]

from a template leftmenu.

The leftmenu is called as $leftmenu in adv_portal, but it will not process the $home[leftblocks] etc. If I cal them from adv_portal (as default) its no problem, but I want to clean some of the code up and easier to edit stuff. So thats why I am calling the it in a different template cause its alot of graphics etc. So how can I make it call it globally throughout any template etc.

Thanks in advance.

Brian
11-07-2004, 10:44 AM
You're not going to be able to use $home[leftblocks] in any other templates. If you're trying to get the left menu on other pages you should try integrating the CMPS with those pages (this is explained in the User's Manual).