<!-- $Id: menu.txt,v 1.7 2004/01/31 00:56:17 yeupou Exp $  BEGIN -->
<?php
// This file is part of the Savane project
// <http://gna.org/projects/savane/>
//
// $Id: menu.txt,v 1.7 2004/01/31 00:56:17 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('http://sv.gnu.org/projects/savannah','GNU Savannah');
$HTML->menuhtml_bottom();

?>
<!-- $Id: menu.txt,v 1.7 2004/01/31 00:56:17 yeupou Exp $  END -->