<MenuBar>

The <MenuBar> option is used to enable and extend the default menu. You can find new icons at https://fontawesome.com.

Example

<MenuBar>
  <Enable>     true  </Enable>    
  <ExtendMenu> 
    <![CDATA[   
      <li><a href="/about"><i class="fa fa-dragon"></i><span> About</span></a></li> 
      <li><a href="/contact"><i class="fa fa-hotdog"></i><span> Contact Us</span></a></li> 
    ]]>
  </ExtendMenu>
</MenuBar>

Options

<Enable>
[ true ]
By default the menu is enabled. Users many have a need to disable the menu if they are embeddeding their family tree into another website, such as a WordPress blog.
<ExtendMenu>
[ ]
Users can extended the menu by adding simple links.
Comments