Phil Harley wrote:
> I am trying to use splash menus and need to make the menu items dynamic
> at runtime.
Is there any reason why you can't just resolve this at runtime?
For example, you could define all your tabs data in one place...
[% tabset = {
1 = { ... }
2 = { ... }
default = { ... }
}
%]
...and then index into it to get the tabs you're looking for.
[% tabs = tabset.$sec or tabset.default %]
A
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.ourshack.com/mailman/listinfo/templates