1
0
Fork 0
mirror of https://github.com/PirateBox-Dev/dokuwiki-template synced 2023-12-14 05:13:02 +01:00
dokuwiki-template/head-css.php
Matthias Strubel 4ffaf19b9b init commit
2015-07-18 03:36:29 -06:00

10 lines
520 B
PHP

<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
<?php tpl_metaheaders() ?>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<?php echo tpl_favicon(array('favicon', 'mobile')) ?>
<?php tpl_includeFile('meta.html') ?>
<!-- dokuwiki's php css compressor doesn't play nice with media queries -->
<link href="<?php print DOKU_TPL; ?>css/bootstrap.min.css" rel="stylesheet">
<link href="<?php print DOKU_TPL; ?>css/style.css" rel="stylesheet">