PDA

View Full Version : determine which column in module_shell template


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

thestonecutters
11-04-2006, 04:20 PM
actually I think $mods['modcol'] will work

Is that a proper way to do it?

Our Sponsors
 

Brian
11-06-2006, 04:07 PM
Yup, that should work just fine.