jnasta wrote:
QUOTE:
I also added a text-based link to the top of the pages earlier today to make it more obvious.
ah yes, now I see the link back to your homepage...it took me a while to find it...
May I suggest for you that you add your navigation for "going back to your homepage" to the navigation bar in your dew-new phplinks site? There are 2 navigation php files which you can add your "home" link to:
if you look inside your "themes" folder you will find the 2 navigation php files which are called:
navbar.bottom.php
navbar.top.php
If you want to add or remove or alter links to these 2 navigation bars (top & bottom) just look for each links' chunk of code...for example the "Top Sites" navigation link is:
[code]if($show == "pop"){
$html .= "
Top Sites | ";
} else {
$html .= "
Top Sites | ";
}