Web Portal Navigation

  • [code]
  • [webportal]

The Web Portal supports two navigation menus - a sidebar and a top navbar. These navigation menus are controlled by the following code files:

  • ares-webportal/app/templates/components/global-sidebar
  • ares-webportal/app/templates/components/global-navbar

The sidebar is driven by the GetSidebarInfoRequestHandler web request. If you want additional data to appear on the sidebar (for example - adding a list of recently-approved characters), you’ll need to update that handler.