If you look in default.jsp, there's a section that grabs and shows the
Admin menu on the right side.

           <c:set var="currentMenu"
scope="request"><decorator:getProperty property="meta.menu"/></c:set>
           <c:if test="${currentMenu == 'AdminMenu'}">
           <div id="sub">
               <menu:useMenuDisplayer name="Velocity"
config="cssVerticalMenu.vm" permissions="rolesAdapter">
                   <menu:displayMenu name="AdminMenu"/>
               </menu:useMenuDisplayer>
           </div>
           </c:if>

Matt

On 6/1/07, Adam Sherman <[EMAIL PROTECTED]> wrote:
Is there any articles on the default setup of the menu infrastructure?

e.g. it looks like there is a place for a menu on the right side in
the default theme, how do I actually use it?

Thanks,

A.

--
Adam Sherman
Technologist
+1 (613) 797-6819 | http://www.sherman.ca/ | sip:[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to