Hello,
First, I'd like to thank you all for the great code. I have a question regarding the "orderby" code.
I have managed to get static pages to populate a Horizontal sub-menu using the above code. I
I would like to use this for multiple "Section" Main menu items.
Example:
Solutions: Static Pageid #1-10
Services: Static Pageid # 11-20
about
: Static Pageid # 21-30
etc.
Can I combine
Code:
{if $pages_menu[pg].orderby < 300}
and
Code:
{if $pages_menu[pg].orderby > 300}
to get one string that works high and low?
Any thoughts would be appreciated.