View Single Post
Old January 8th, 2006, 08:59 AM   #16 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,060
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 .= " &middot; <a href=\"{$Globals['maindir']}/uploadphoto.php$catquery\">{$Globals['pp_lang']['upload']}</a>";
}
}
else {
$menu .= " &middot; <a href=\"{$Globals['maindir']}/uploadphoto.php$catquery\">{$Globals['pp_lang']['upload']}</a>";
}
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote