Forums | Mahara Community
Developers
/
top level menu
25 July 2011, 9:45
i want to know the following things:
1) which is the main action file of mahara ?
2) how do i add a top level menu + page , at mahara's home page, so that visitor's can see it
26 July 2011, 5:45
Hi Harshal,
I'm not quite sure what you mean by the 'main action file' -- could you explain what you mean?
To add top level menus, you'll be wanting to look at lib/web.php in the mahara_standard_nav function.
To add the actual page, you'll need to define and include various things -- take a look at about.php for an example.
Mahara used to use the Smarty templating engine, but recently moved to Dwoo so you'll see lots of references to Smarty around.
Andrew