samerton / NamelessMC

A complete Minecraft-related PHP website package. Please note this is an old repository, a link to the new repo is in the readme
https://github.com/NamelessMC/Nameless
MIT License
39 stars 17 forks source link

Add new custom pages #82

Closed DataPools closed 8 years ago

DataPools commented 8 years ago

I want to add a custom page at the navigation menu or a link to another website on the navigation menu. How would I go about doing this?

samerton commented 8 years ago

You'd have to add the following line to the $main_navbar array of core/includes/templates/navbar.php (lines 26-29): '/link' => array(1 => 'Title', 2 => 'name')

where: