mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
init MVC framework refactory #14
This commit is contained in:
parent
c4f5409ffa
commit
a600a08a28
28 changed files with 1235 additions and 925 deletions
7
src/app/view/theme/default/module/head.phtml
Normal file
7
src/app/view/theme/default/module/head.phtml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue