From abb306a36e2d3221144d7751433a1cbce98e1ff6 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 3 Jan 2018 20:54:51 -0700 Subject: [PATCH] Collapse navbar and iconify right-side navbar items on small screens --- app.php | 58 ++++++++++++++++++++++++++++++++++---------------- lang/en_us.php | 1 + 2 files changed, 41 insertions(+), 18 deletions(-) diff --git a/app.php b/app.php index e3a6019..8fafa9f 100644 --- a/app.php +++ b/app.php @@ -90,33 +90,55 @@ if (!is_empty($_GET['page'])) { diff --git a/lang/en_us.php b/lang/en_us.php index 0c69d14..82628f2 100644 --- a/lang/en_us.php +++ b/lang/en_us.php @@ -25,4 +25,5 @@ define("STRINGS", [ "login server user data error" => "The login server refused to provide account information. Try again or contact technical support.", "captcha error" => "There was a problem with the CAPTCHA (robot test). Try again.", "home" => "Home", + "more" => "More" ]); \ No newline at end of file