PDA

View Full Version : Changes to NavBar


rbruhn
10-18-2009, 02:28 PM
How can I add "index.php" to the NavBar?
I would think it would appear under the Communities Tab, but it does not.

Roger

Mysterious2207
10-18-2009, 02:38 PM
This may differentiate between templates, but in the Main CSS (header), you should be able to find it.

It should say somewhere
Communities
OPTION1
OPTION2
ect., with code around it, simply change/add an option.

Seven Skins
10-18-2009, 02:42 PM
Edit the navbar template.

Find:
$template_hook[navbar_community_menu_start]

Add below:
<tr><td class="vbmenu_option"><a href="index.php$session[sessionurl_q]">Home Page</a></td></tr>

.