summaryrefslogtreecommitdiffstats
path: root/include/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2013-01-12 17:01:44 -0800
committerArun Persaud <arun@nubati.net>2013-01-12 17:01:44 -0800
commit106c90b95129be78b2763553c72e3aa131f5ee4b (patch)
tree98a3753ba9881ac7fca3152146fa8c4c9ca6916b /include/output.php
parent26a1a08671ff4898ff9214a611e25cde375f5fb1 (diff)
downloade-DoKo-106c90b95129be78b2763553c72e3aa131f5ee4b.tar.gz
e-DoKo-106c90b95129be78b2763553c72e3aa131f5ee4b.tar.bz2
e-DoKo-106c90b95129be78b2763553c72e3aa131f5ee4b.zip
LAYOUT: move to compiled less to make things faster
Diffstat (limited to 'include/output.php')
-rw-r--r--include/output.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/output.php b/include/output.php
index 978edeb..d38c899 100644
--- a/include/output.php
+++ b/include/output.php
@@ -424,10 +424,14 @@ function output_header()
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0;" />
<link rel="shortcut icon" href="pics/edoko-favicon.png" />
+ <link rel="stylesheet" media="all" href="<?php echo autoversion("css/bootstrap.css"); ?>" />
+ <link rel="stylesheet" href="<?php echo autoversion("css/standard.css"); ?>" />
+ <link rel="stylesheet" href="<?php echo autoversion("css/dateinput.css"); ?>"/>
+<!--
<link rel="stylesheet/less" media="all" href="<?php echo autoversion("css/bootstrap.less"); ?>" />
<link rel="stylesheet/less" href="<?php echo autoversion("css/standard.less"); ?>" />
- <link rel="stylesheet" href="<?php echo autoversion("css/dateinput.css"); ?>"/>
<script src="js/less.min.js" type="text/javascript"></script>
+!-->
</head>
<body onload="high_last();">
<?php