","
",$short_header); echo $short_header; echo $jscript_term; function parent_link($categ_id,$categ_see) { global $charset; global $base_path; global $opac_show_empty_categ; global $css; global $msg; if ($categ_see) $categ=$categ_see; else $categ=$categ_id; //$tcateg = new category($categ); if ($opac_show_empty_categ) $visible=true; else $visible=false; if (category::has_notices($categ)) { $link="
";
$visible=true;
}
$r=array("VISIBLE"=>$visible,"LINK"=>$link);
return $r;
}
if ($term!="") {
$ts=new term_show(stripslashes($term),"term_show.php",$base_query,"parent_link", 0, $id_thes);
echo $ts->show_notice();
echo "
";
}
print $short_footer;
?>