thestonecutters
11-04-2006, 04:11 PM
Hi :)
Hopefully this is a quick and easy question
In the adv_portal_module_shell template the following doesn't work
<if condition="$show['left_column']">
<tr>
</if>
Basically I'm trying to alter the shell template a little depending on which column its in... I thought it would be easy enough
But that condition never evaulates to true for the modules in left_column (or any column)
Do I have to somehow make those $show attributes more global? or are they being reset somewhere? I'm looking in vba_cmps_include_bottom but can't figure it out
Any help appreciated
thanks :)
Randal
Hopefully this is a quick and easy question
In the adv_portal_module_shell template the following doesn't work
<if condition="$show['left_column']">
<tr>
</if>
Basically I'm trying to alter the shell template a little depending on which column its in... I thought it would be easy enough
But that condition never evaulates to true for the modules in left_column (or any column)
Do I have to somehow make those $show attributes more global? or are they being reset somewhere? I'm looking in vba_cmps_include_bottom but can't figure it out
Any help appreciated
thanks :)
Randal