'; if ($table_center) $str .= ''; else $str .= ''; $str .= ''; if ($table_title != "") { $str .= '
'; $str .= '
'.$table_title.'
'; } return $str; } function dispTableEnd() { $str = '
'; return $str; } function dispWhenTendu($tendu) { if ($tendu == 2) { $str = ''; } else if ($tendu == 1) { $str = ''; } else { // valeur chelou pour bien afficher le texte $str = ' '; } return $str; } function dispAdminWhenTendu($tendu) { if ($tendu == 2) { $str = ''; } else if ($tendu == 1) { $str = ''; } else { // valeur chelou pour bien afficher le texte $str = ' '; } return $str; } ?>