init MVC framework refactory #14

This commit is contained in:
ghost 2023-09-23 21:37:52 +03:00
parent c4f5409ffa
commit a600a08a28
28 changed files with 1235 additions and 925 deletions

View file

@ -0,0 +1,7 @@
<head>
<base href="<?php echo $base ?>" />
<title><?php echo $title ?></title>
<?php foreach ($links as $link) { ?>
<link rel="<?php echo $link->rel ?>" type="<?php echo $link->type ?>" href="<?php echo $link->href ?>" />
<?php } ?>
</head>