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

21 lines
574 B
PHP
Raw Normal View History

2018-02-01 00:34:16 +01:00
<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::headTitle(); ?>
<!-- Dynamic description tag -->
<?php echo Theme::headDescription(); ?>
<!-- Favicon -->
<?php echo Theme::favicon('img/favicon.png'); ?>
<!-- CSS: Bootstrap -->
2018-06-25 23:17:43 +02:00
<?php echo Theme::bootstrapCSS(); ?>
2018-02-01 00:34:16 +01:00
<!-- CSS: Styles for this theme -->
<?php echo Theme::css('css/style.css'); ?>
<!-- Load Bludit Plugins: Site head -->
<?php Theme::plugins('siteHead'); ?>