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

21 lines
588 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 -->
<?php echo Theme::css('css/bootstrap.min.css'); ?>
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 -->
<?php Theme::plugins('siteHead'); ?>