|
// ////////$here = "$gl[BaseURL]$gl[BasePath]";
That is a commented line, the code is ignored.
if you have $url_array[2] and are able to view the categories, then that is correct.
(it might need to be edited if the install was on a subdomain, or more than 3 directories deep.
concerning the navbar.top.php code, If you have the correct code in there:
if ($PID > 0){$html .= $and . 'PID=' . $PID ;}
Are you sure this navbar.top.php file is in the theme directory you are using ?
EG, if you use /themes/blue Check /themes/blue/navbar.top.php
|