Does anyone know of a way to use more than one tag style at a time. I would like to say
TAG_STYLE => 'star:template', and have it process the star tags , then the template tags.

I am trying to use splash menus and need to make the menu items dynamic at runtime.
the directive [% tabs = [ { link => 'url', text => 'menu item name' }
{ link => 'url2', text => 'menu item 2 name' ]

I would like to make this:
[% tabs = [ <* IF sec = 1 *> { link => 'url', text => 'menu item name' } <* END *>
<* IF sec = 1 *> { link => 'url2', text => 'menu item 2 name' } <* END *> ]

Any suggestions would be welcomed.

Thanks Phil...



_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.ourshack.com/mailman/listinfo/templates

Reply via email to