root/trunk/web/inf/menuinf.php @ 140

Revision 136, 365 bytes (checked in by andreu, 12 years ago)

Information section update with release notes and thanks

Line 
1<?php
2
3print "<div id=\"menuV\"> \n";
4
5print " <ul class=\"n1\"> \n";
6print "  <li><a href=\"index.php?section=infnotes\">Version notes</a> \n";
7print "  </li> \n";
8print "  <li><a href=\"index.php?section=infthks\">Thanks</a> \n";
9print "  </li> \n";
10print "  <li><a href=\"index.php?section=infabout\">About</a></li> \n";
11print " </ul> \n";
12print "</div> \n";
13
14?>
Note: See TracBrowser for help on using the browser.