From a38f70b928e98883f96382c335f316dace76040b Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 3 Jan 2018 20:54:28 -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 4f42bac..3855d7c 100644 --- a/app.php +++ b/app.php @@ -1,5 +1,4 @@ diff --git a/lang/en_us.php b/lang/en_us.php index a444d68..5298cfb 100644 --- a/lang/en_us.php +++ b/lang/en_us.php @@ -30,6 +30,7 @@ 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", "new publication" => "New Publication", "actions" => "Actions", "name" => "Name",