Jump to content
  • 0

[flux help] How to add additional links on menu sidebar


Question

3 answers to this question

Recommended Posts

Posted

/fluxcp/config/application.php

	// These are the main menu items that should be displayed by themes.
// They route to modules and actions.  Whether they are displayed or
// not at any given time depends on the user's account level and/or
// their login status.
'MenuItems' => array(
	'Main Menu'   => array(
		'Home'          => array('module' => 'main'),
		//'Forums'        => array('exturl' => 'http://www.fluxro.com/community'),
	),

Add them like the 'Forums' example:

'Forums'        => array('exturl' => 'http://www.fluxro.com/community'),

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...