Fix Router and finish base view system.
This commit is contained in:
9
views/partials/header.php
Normal file
9
views/partials/header.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php use App\Infrastructure\View as V; ?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php echo V::getHeadTitle(); ?></title>
|
||||
<meta charset="UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
Reference in New Issue
Block a user