You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
145 B
PHTML

3 years ago
<?php
session_start();
3 years ago
3 years ago
require("view/header.php");
3 years ago
3 years ago
require("view/mainContent.php");
3 years ago
3 years ago
require("view/sidebar.php");
include("view/footer.php");