|
In the same topmenu function find the calls to and change $menu to $menu2
if ( $User['adminedit'] == 0 ) {
if ( $Globals['allowup'] == "yes" && $User['uploads'] == 1 ) {
$menu .= " · <a href=\"{$Globals['maindir']}/uploadphoto.php$catquery\">{$Globals['pp_lang']['upload']}</a>";
}
}
else {
$menu .= " · <a href=\"{$Globals['maindir']}/uploadphoto.php$catquery\">{$Globals['pp_lang']['upload']}</a>";
}
|