require_once __DIR__ . "/class/User.class.php";
$User = new User();
$Network = new Network();
$User->checkConnected();
$User->rememberMe();
?>

<!DOCTYPE html>
<html>
<head>
  <?php 
require_once __DIR__ . "/template/headcode.template.php";
?>

  <?php 
$Network->callSmallNetwork();
?>

</head>
<body>

    <?php 
include __DIR__ . "/template/header.template.php";
?>

    <div class="container sub-body">
      <div class="controls margin-top-1">

        <div class="row-fluid">
          <div class="span9 well text-align-center big-text">
            <legend>Bienvenue, <?php