"; if ($iconic) print "\"\""; print $pgv_lang["pedigree_chart"].""; if ($helpic) print_help_link("help_pedigree.php", "qm"); $ct = preg_match_all("/1\s*FAMS\s*@(.*)@/", $indirec, $match, PREG_SET_ORDER); if ($ct>0) { print "
"; if ($iconic) print "\"\""; print $pgv_lang["desc_chart2"].""; if ($helpic) print_help_link("help_descendancy.php", "qm"); } if ($disp) { print "
"; if ($iconic) print "\"\""; print $pgv_lang["timeline_chart"].""; if ($helpic) print_help_link("help_timeline.php", "qm"); } $username = getUserName(); if (!empty($username)) { $tuser=getUser($username); if (!empty($tuser["gedcomid"][$GEDCOM])) { print "
"; if ($iconic) print "\"\""; print $pgv_lang["relationship_to_me"].""; if ($helpic) print_help_link("help_relationship.php", "qm"); } } if (file_exists("ancestry.php")) { print "
"; if ($iconic) print "\"\""; print $pgv_lang["ancestry_chart"].""; if ($helpic) print_help_link("help_ancestry.php", "qm"); } if (file_exists("fanchart.php") and defined("IMG_ARC_PIE") and function_exists("imagettftext")) { print "
"; if ($iconic) print "\"\""; print $pgv_lang["fan_chart"].""; if ($helpic) print_help_link("help_fanchart.php", "qm"); } if ($disp && $SHOW_GEDCOM_RECORD) { print "
"; if ($iconic) print "\"\""; print $pgv_lang["view_gedcom"].""; if ($helpic) print_help_link("help", "qm"); } if ($disp && $ENABLE_CLIPPINGS_CART>=getUserAccessLevel()) { print "
"; if ($iconic) print "\"\""; print $pgv_lang["add_to_cart"].""; if ($helpic) print_help_link("help_clippings.php", "qm"); } ?>