X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Ftabs.inc.php;h=34b74aea79a76b438e4d2b1f8254736b481401f8;hb=155819d9ece12a06d37df46e22b76e3c71f65fba;hp=25d9568d4ac3cf9ffca62259a3b56092e8a06f78;hpb=5ddeb07cc787dd1dc3630a31f1528f5cc7c4d9b9;p=platal.git diff --git a/include/tabs.inc.php b/include/tabs.inc.php index 25d9568..34b74ae 100644 --- a/include/tabs.inc.php +++ b/include/tabs.inc.php @@ -21,12 +21,12 @@ $GLOBALS['tabname_array'] = Array( - "general" => "Général", + "general" => "Général", "adresses" => "Adresses\npersonnelles", "poly" => "Groupes X\nBinets", - "deco" => "Décorations\nMédailles", + "deco" => "Décorations\nMédailles", "emploi" => "Informations\nprofessionnelles", - "skill" => "Compétences\ndiverses", + "skill" => "Compétences\ndiverses", "mentor" => "Mentoring" ); @@ -50,4 +50,5 @@ function get_next_tab($tabname) { return null; } +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>