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, will prevent 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.  menu items be removed from the menu bar then . In this case If all of the menu items are disabled, the menu bar would not should be neededremoved.  

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

...