cleaned up the nav-bar

This commit is contained in:
Patryk Hegenberg 2023-01-08 14:42:46 +01:00
parent 5b3f5a1123
commit 204e212fb8
2 changed files with 15 additions and 56 deletions

View file

@ -1,3 +1,4 @@
<?php
$heading = "Home";
require "views/index.view.php";
$heading = "Home";
session_start();
require "views/index.view.php";