entity = new authority(0, $this->id, AUT_TABLE_CATEG); $this->isbd = $this->entity->get_object_instance()->libelle; } public function get_link_see(){ global $use_opac_url_base; if($use_opac_url_base) { return str_replace("!!type!!", "categ",$this->get_generic_link()); } else { return str_replace("!!type!!", "category",$this->get_generic_link()); } } }