migrate referent + profile edition
[platal.git] / include / xnet.inc.php
index e41b5f8..b31c15e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -44,6 +44,13 @@ function new_page($tpl_name, $min_auth)
 }
 
 // }}}
+function new_identification_page()
+{
+    new_page('', AUTH_MDP);
+    global $page;
+    $page->useMenu();
+}
+
 // {{{ function new_group_page()
 
 function new_group_page($tpl_name)