UTF-8 fixes
[platal.git] / include / secteur.emploi.inc.php
index a7b840b..4f2d48b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2006 Polytechnique.org                              *
+ *  Copyright (C) 2003-2007 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -56,4 +56,5 @@ function _select_ss_secteur_smarty($params){
 }
 $page->register_function('select_secteur', '_select_secteur_smarty');
 $page->register_function('select_ss_secteur', '_select_ss_secteur_smarty');
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>