Add generic link to left hand navigation

Da Nicko Posted in Component Development 8 years ago

I'd like to include a link to the left hand (collapsable) navigation pane, but can't figure out what this will require. Any help would be much appreciated.

Replies
us Da Nicko Replied 8 years ago

That you so much-- this worked perfectly with my component. I just had to delete the extra double quotes after the word Link.

Many many thanks.

Indonesian Arsalan Shah Replied 8 years ago

You have to add following code to your ossn_com.php file

ossn_register_sections_menu('newsfeed', array(
        'text' => 'Google Link'',
        'url' => 'google.com',
        'section' => 'links',
        'icon' => true,
));