From 5452369c8c4af48254d331ed3bbe3f79c489e665 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 18 Apr 2019 02:07:33 -0400 Subject: app/model/Theme: Add dark theme --- bootstrap/Bootstrap.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap/Bootstrap.php b/bootstrap/Bootstrap.php index 39e6c08..02d9395 100644 --- a/bootstrap/Bootstrap.php +++ b/bootstrap/Bootstrap.php @@ -14,3 +14,9 @@ $router = new Router; /* create navigator */ $navigation = new Navigation(); + +/* create new theme */ +$theme = new Theme; + +/* enable dark and light themes */ +$theme->toggle(); -- cgit v1.2.3