<!-- $Id: menu.txt,v 1.8 2004/02/16 15:47:04 yeupou Exp $  BEGIN -->
<?php
// This file is part of the Savane project
// <http://gna.org/projects/savane/>
//
// $Id: menu.txt,v 1.8 2004/02/16 15:47:04 yeupou Exp $
//
// Savannah - Additional menus sample file
//    You can create other menus here, following the model above. They 
//    will be shown in every page. You can also delete the above menu
//    and leave this page empty if you want to.

global $HTML;
$HTML->menuhtml_top('Links'); 
$HTML->menu_entry('https://gna.org/projects/savane','Savane');
$HTML->menuhtml_bottom();

?>
<!-- $Id: menu.txt,v 1.8 2004/02/16 15:47:04 yeupou Exp $  END -->