locales require bugfix
[banana.git] / install.d / profile.inc.php
index 3d2cf41..7d62c5e 100644 (file)
@@ -27,8 +27,12 @@ function getprofile() {
     .htmlentities($_SESSION['mail']).">";
   $array['sig'] = $_SESSION['sig'];
   $array['org']  = $_SESSION['org'];
+  $array['customhdr'] = "";
   $array['display'] = $_SESSION['displaytype'];
   $array['lastnews'] = time()-86400;
+  $array['locale'] = "locales/fr.inc.php";
+  $array['subscribe'] = array();
+  $array['dropsig'] = true;
   return $array;
 }
 ?>