bludit/bl-themes/alternative/php/head.php

22 lines
575 B
PHP
Raw Normal View History

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Bludit CMS">
<!-- Dynamic title tag -->
2018-01-28 23:33:50 +01:00
<?php echo Theme::headTitle(); ?>
<!-- Dynamic description tag -->
2018-01-28 23:33:50 +01:00
<?php echo Theme::headDescription(); ?>
<!-- Favicon -->
2018-01-28 23:33:50 +01:00
<?php echo Theme::favicon('img/favicon.png'); ?>
2018-01-28 23:33:50 +01:00
<!-- CSS: Bootstrap -->
2018-06-25 23:17:43 +02:00
<?php echo Theme::bootstrapCSS(); ?>
2018-01-28 23:33:50 +01:00
<!-- CSS: Styles for this theme -->
<?php echo Theme::css('css/style.css'); ?>
2018-01-28 23:33:50 +01:00
<!-- Load Bludit Plugins: Site head -->
2018-02-24 22:39:39 +01:00
<?php Theme::plugins('siteHead'); ?>