Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
240 views
in Q2A Core by
I wish to change the top menu to links to html pages home & feedback.

Any help on where to look and what to change would be greatly appreciated

1 Answer

0 votes
by
most of page information is available in your theme layer in $this->content variable. in your theme layer in DocType function change values inside this array so it will be implemented in your menu:

for main menu:

$this->content['navigation']['main']

for user navigation:

$this->content['navigation']['user']
...