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

22 lines
629 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 -->
<?php echo Theme::metaTags('title'); ?>
<!-- Dynamic description tag -->
<?php echo Theme::metaTags('description'); ?>
<!-- Include Favicon -->
2018-01-28 23:33:50 +01:00
<?php echo Theme::favicon('img/favicon.png'); ?>
<!-- Include Bootstrap CSS file bootstrap.css -->
<?php echo Theme::cssBootstrap(); ?>
<!-- Include CSS Styles from this theme -->
2018-01-28 23:33:50 +01:00
<?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'); ?>