}
function show () {
$this->_HtmlHeader();
- echo "<body><div id='conteneur' class='container clearfix'>\n";
+ echo "<body><div id='conteneur' class='container'>\n";
echo "<div class='row'>";
if ($this->_layout_class != "")
echo "<div class='".$this->_layout_class."'>\n"; /* end layout */
if ($_opaqueDb != null) {
$this->opaqueDb = $_opaqueDb;
}
- $this->timeout = 1800;
+ $this->timeout = 3600; // 1 hours or else it's too fast
$this->user_id = (array_key_exists('user_id',$_SESSION))?$_SESSION['user_id']:"";
$this->user_name = (isset($_SESSION['user_name']))?$_SESSION['user_name']:"" ;
$this->user_prenom= (isset($_SESSION['user_prenom']))?$_SESSION['user_prenom']:"" ;