Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, the parameter, frevvo.menu.bar,  if added to the web.xml file, prevents the menu bar from being rendered.  Any of the menu items (Downloads,Templates, Help, Docs, Forum, Contact) can be removed from the menu bar via configuration parameters in the web.xml or frevvo.xml files.  If all of the menu items are disabled, the menu bar should be removed.  

Code Block
<context-param> 
       param>
        <param-name>frevvo.menu.bar</param-name>
		
        <param-value>true<value>false</param-value>
		
        <description>Show menu bar. Set to false if all menu items are disabled.<disabled</description>
</context-param>

...