From d749564a53b852eb85a2c19c7a6619d1f3a0c485 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 3 Jan 2018 20:29:49 -0700 Subject: [PATCH] Collapse navbar and iconify right-side navbar items on small screens --- app.php | 59 ++++++++++++++++++++++++++++++++++---------------- lang/en_us.php | 1 + 2 files changed, 41 insertions(+), 19 deletions(-) diff --git a/app.php b/app.php index 6a4af9a..8eae1e2 100644 --- a/app.php +++ b/app.php @@ -1,5 +1,4 @@ diff --git a/lang/en_us.php b/lang/en_us.php index ed35671..554e1ea 100644 --- a/lang/en_us.php +++ b/lang/en_us.php @@ -32,6 +32,7 @@ define("STRINGS", [ "captcha error" => "There was a problem with the CAPTCHA (robot test). Try again.", "no edit permission" => "You do not have permission to modify records.", "home" => "Home", + "more" => "More", "invalid itemid" => "The item ID is invalid.", "invalid category" => "The category is invalid.", "invalid location" => "The location does not exist.",