algue/menudata.js

8 lines
286 B
JavaScript
Raw Normal View History

2016-10-23 23:20:07 +02:00
var menudata={children:[
{text:'Main Page',url:'index.html'},
{text:'Related Pages',url:'pages.html'},
{text:'Namespaces',url:'namespaces.html',children:[
{text:'Namespace List',url:'namespaces.html'}]},
{text:'Files',url:'files.html',children:[
{text:'File List',url:'files.html'}]}]}