Bug fix + dependency update

This commit is contained in:
2020-06-24 21:18:26 +02:00
parent 6162eff694
commit 36cee43c74
5 changed files with 11 additions and 16 deletions

View File

@@ -68,11 +68,6 @@ abstract class Head extends View {
$this->addJS(Script::BOOTSTRAP);
}
public function loadAdminlte() {
$this->addCSS(Link::ADMINLTE);
$this->addJS(Script::ADMINLTE);
}
public function getCode() {
$header = "<head>";