Am I the only one that would like to see the functionality for a menu in the cms? Here is how I would see it working (at a very basic level):
Much like [PageTitle], there would be a template placeholder for [SiteMenu]. This would be populated by a sub that would compile the HTML to present an <UL> list in that cell/div/whatever.
New data table(s):
tblMENU (indx, menu_name, [other properties?])
tblMENU_ITEMS (indx, menu_indx, item_type [section or page], section_indx, page_indx)
What do you think?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Am I the only one that would like to see the functionality for a menu in the cms? Here is how I would see it working (at a very basic level):
Much like [PageTitle], there would be a template placeholder for [SiteMenu]. This would be populated by a sub that would compile the HTML to present an <UL> list in that cell/div/whatever.
New data table(s):
tblMENU (indx, menu_name, [other properties?])
tblMENU_ITEMS (indx, menu_indx, item_type [section or page], section_indx, page_indx)
What do you think?