Quote:
Originally Posted by MacroPhotoPro
How about just adding a single Navbar link to my Home/Forum/Blog Navbar (no submenus)?
What would be the correct coding for that?
Thanks!
|
$template_hook['vbcms_navbar_end'] .= '<li><a href="Your Link">Link Title</a></li>';
That is what I used in order to get the link on my homepage.
I would also like to ask for insight as to how to set the link so that only users with permissions can see the link.