Quote:
Originally Posted by Charlie98902
Yep works well too. Can you change
Code:
<li><a href="' . $vbulletin->options['bburl'].'/index.php?
and add your personal url there instead too? As I use the mod I provided here but for another purpose.
|
Sure, you can make it anything you want.
Code:
$template_hook['navbar_start'] = '<li><a href="http://www.cpurigs.com/">computer help forum</a></li>';
For instance.