blob: eceacf97e0483249a81906d41d719068c650fd69 (
plain)
1
2
3
4
5
6
|
/* show a menu for the docs directory */
simple_menu(
"Samba Information",
"Samba4 development", "http://devel.samba.org/",
"Recent Checkins", "http://build.samba.org/?tree=samba4&function=Recent+Checkins",
"Recent Builds", "http://build.samba.org/?tree=samba4&function=Recent+Builds");
|