diff options
Diffstat (limited to 'app/view/templates/layout.php')
-rw-r--r-- | app/view/templates/layout.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/view/templates/layout.php b/app/view/templates/layout.php index c20264d..4131350 100644 --- a/app/view/templates/layout.php +++ b/app/view/templates/layout.php @@ -7,8 +7,6 @@ <link rel="shortcut icon" href="./media/logo.png" type="image/x-icon"> <title><?= $title ?></title> <link rel="stylesheet" href="<?= $css ?>"> - <?=$this->section('customhead')?> - <?=$this->section('arthead')?> </head> |