diff options
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/output.php b/include/output.php index 2a743fc..9094171 100644 --- a/include/output.php +++ b/include/output.php @@ -425,9 +425,10 @@ 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" href="<?php echo autoversion("css/bootstrap.min.css"); ?>" /> - <link rel="stylesheet" href="<?php echo autoversion("css/standard.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();"> <header> |