function itemoptions($item_type, $item_id) { global $locale, $aidlink; $res = ""; if ($item_type == "N") { if (iADMIN && checkrights($item_type)) { $res .= " · ".$locale[\n"; } } elseif ($item_type == "A") { if (iADMIN && checkrights($item_type)) { $res .= " · ".$locale[\n"; } } return $res; }