Pequenio/php/head.php

20 lines
596 B
PHP
Raw Normal View History

2018-09-08 18:26:20 +02:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php echo Theme::css('fonts/opensans/stylesheet.css'); ?>
2018-09-08 18:26:20 +02:00
<meta name="author" content="Bludit CMS">
2017-11-08 23:12:58 +01:00
2018-09-08 18:26:20 +02:00
<!-- Dynamic title tag -->
<?php echo Theme::metaTags('title'); ?>
2017-11-08 23:12:58 +01:00
2018-09-08 18:26:20 +02:00
<!-- Dynamic description tag -->
<?php echo Theme::metaTags('description'); ?>
2017-11-08 23:12:58 +01:00
2018-09-08 18:26:20 +02:00
<!-- Include Favicon -->
<?php echo Theme::favicon('img/favicon.png'); ?>
2017-11-08 23:12:58 +01:00
<?php echo Theme::css('css/style.css?v=0'); ?>
2017-11-08 23:12:58 +01:00
2018-09-08 18:26:20 +02:00
<!-- Load Bludit Plugins: Site head -->
<?php Theme::plugins('siteHead'); ?>