I'd like to ask for a little help with this. I'll need your help with this part of code. I can't find a mistake in:
if ( (!isset($menuitem['url'])) && (isset($menuitem['tab'])) ) {
define ("'#'.$menuitem['tab']", "'?pg=overview&table='.$menuitem['tab']");
$menuitem['url'] = '#'.$menuitem['tab'];
}
whole code is here (same error at the bottom): http://codepad.org/tv2rHHwK
Thank you very much for your help.
The hash in url adress is necessary for me, please try to keep it on its place.
YTRaza