Link toevoegen in navigatie

Started by Linda.V, December 10, 2010, 11:35:48 AM

Previous topic - Next topic

Linda.V

Hallo,

Ik wil graag een link toevoegen in de navigatie en wel naar een pagina uit het SimplePortal. Kan dit en zo ja hoe doe ik dit aub?

Herman's Mixen

Open Sources/Subs.php
zoek de home array

'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
'is_last' => $context['right_to_left'],
// 'target' => '_blank',


voeg daarachter aan toe iets wat hier oplijkt


'pagina' => array(
'title' => empty($txt['pagina']) ? 'Pagina' : $txt['pagina'],
'href' => $scripturl . '?action=pagina',
'show' => true,
'sub_buttons' => array(
),
),
Met vriendelijke groet, The Burglar!

 House Mixes | Mixcloud | Any Intelligent fool can make things bigger, more complex, and more violent.
It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Albert Einstein

Former Godfather of our dutch community ;)

Linda.V


Advertisement: