Page 1 of 1

How to provide a link to external URL on the top Menu Bar?

Posted: 18 Aug 2015, 12:04
by spacomp
We have a requirement as to provide a link to external URL, so that when user want to migrate to other website he can just click on the menu item with hyperlink being enabled.

This is very trivial, but will be of great use.

Re: How to provide a link to external URL on the top Menu Ba

Posted: 18 Aug 2015, 12:58
by atrol
Can't test at the moment, but adding the following lines to config_inc.php and adjusting to your needs should work.

Code: Select all

$g_main_menu_custom_options = array( array( 'My Link to MantisBT', VIEWER, 'http://www.mantisbt.org' ),);