X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fapplis.func.inc.php;h=b43386251cabd6e5b82fb42ab4544536ac507111;hb=493b6abebf3d6c35691f66fd1bfdc063efaab576;hp=4d1250173dfda0dbdf2e9d5f6638bd46446b5952;hpb=a3a049fc80d3707bcc76903ab89f73974c470c0c;p=platal.git diff --git a/include/applis.func.inc.php b/include/applis.func.inc.php index 4d12501..b433862 100644 --- a/include/applis.func.inc.php +++ b/include/applis.func.inc.php @@ -1,6 +1,6 @@ register_function('applis_type_all','applis_type_all'); */ function applis_fmt($type, $text, $url) { $txt=""; - if (($type!="Ingénieur")&&($type!="Diplôme")) + if (($type!="Ingénieur")&&($type!="Diplôme")) $txt .= $type; - if ($text!="Université") { + if ($text!="Université") { if ($txt) $txt .= " "; if ($url) $txt .= "$text"; @@ -86,4 +86,5 @@ function _applis_fmt($params, &$smarty) { } $page->register_function('applis_fmt','_applis_fmt'); +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>