Added ability to change themes (not fully supported yet)

This commit is contained in:
Wruczek
2016-07-10 18:49:42 +02:00
parent a6566d6d87
commit e61ac305a8
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ require_once __DIR__ . "/../include/adminlist.php";
<link rel="shortcut icon" href="img/icon/icon-64.png">
<!-- Bootswatch -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.6/superhero/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.6/<?php echo $config["general"]["theme"]; ?>/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">