From 3110011596113978de7ec819c8d6e9ec508ee253 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 25 Apr 2017 18:22:27 -0600 Subject: [PATCH] Add Portal API integration, add icon/style settings, add navbar and icon options to PAGES --- app.php | 70 ++++++-- composer.json | 3 +- composer.lock | 230 +++++++++++++++++++++++++- index.php | 15 +- lang/en_us.php | 20 +-- lib/login.php | 371 +++++++++++++++++------------------------- nbproject/project.xml | 2 +- pages.php | 4 +- settings.template.php | 14 ++ static/img/logo.png | Bin 0 -> 12620 bytes static/img/logo.svg | 78 +++++++++ 11 files changed, 545 insertions(+), 262 deletions(-) create mode 100644 static/img/logo.png create mode 100644 static/img/logo.svg diff --git a/app.php b/app.php index da0a393..9b6a630 100644 --- a/app.php +++ b/app.php @@ -36,10 +36,18 @@ if (!is_empty($_GET['page'])) {
- + + +
-