forked from Cavemanon/cavepaintings
Implemented a nav link generating system so that extension power what shows up in the menus rather than being hard-coded in the themes.
This commit is contained in:
@@ -7,7 +7,7 @@ class Layout
|
||||
/**
|
||||
* turns the Page into HTML
|
||||
*/
|
||||
public function display_page(Page $page)
|
||||
public function display_page(Page $page, array $nav_links)
|
||||
{
|
||||
global $config;
|
||||
|
||||
|
Reference in New Issue
Block a user