diff --git a/html/compte.php b/html/compte.php index 58a8033c..355de1d1 100644 --- a/html/compte.php +++ b/html/compte.php @@ -59,9 +59,24 @@ if(isset($_POST['delete_account'])) {
- $value) { echo "
" . $name . " : " . $value . "
";} - ?> +
+
"; + echo "
"; + ?> + +
+
diff --git a/include/functions.php b/include/functions.php index b797677c..1feae6e1 100644 --- a/include/functions.php +++ b/include/functions.php @@ -24,7 +24,7 @@ function nav($nav) { echo ""; } if (isset($_SESSION['userid'])) { - echo ""; + echo ""; } else { echo ""; }