diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist
index 6ffdff08e..ec9653088 100644
--- a/WEB-INF/config.php.dist
+++ b/WEB-INF/config.php.dist
@@ -181,3 +181,16 @@ define('AUTH_MODULE', 'db');
// A comma-separated list of default plugins for new group registrations.
// Example below enables charts and attachments.
// define('DEFAULT_PLUGINS', 'ch,at');
+
+// Panegyris Config Edits - https://panegyris.com
+
+
+// GROUP_DATE_FORMAT_LIST_SEPARATOR - separator to explode this array on (see group_edit.php)
+//
+// GROUP_DATE_FORMAT_LIST - allow group date formats to be modified/extended without having to modify code
+// This will be exploded into an array at processing time so it's "key","value" (double quotes due to single quote in define)
+// "smarty date format","human format"
+
+
+define("GROUP_DATE_FORMAT_LIST_SEPARATOR", '^^');
+define('GROUP_DATE_FORMAT_LIST','"%Y-%m-%d","Y-m-d"^^"%m/%d/%Y","m/d/Y"^^"%d-%m-%Y","d-m-Y"^^"%d.%m.%Y","d.m.Y"^^"%d.%m.%Y %a","d.m.Y a"^^"%m/%d/%Y (%a)","mm/dd/yyyy (day)"');
diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php
index 0c1b8e0a9..b4511ddff 100644
--- a/WEB-INF/resources/en.lang.php
+++ b/WEB-INF/resources/en.lang.php
@@ -429,8 +429,8 @@
// Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
'form.reset_password.message' => 'Password reset request sent by email.',
-'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
-'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
+'form.reset_password.email_subject' => 'Time Tracker password reset request',
+'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Time Tracker password reset. Please visit this link if you want to reset your password.",
// Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
'form.change_password.tip' => 'Type new password and click on Save.',
diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl
index 837ef05b3..c2ac2950b 100644
--- a/WEB-INF/templates/header.tpl
+++ b/WEB-INF/templates/header.tpl
@@ -95,8 +95,6 @@
{if $user->can('manage_features')}
{/if}
-
-
@@ -161,8 +159,6 @@
{if isTrue('MULTIORG_MODE') && $smarty.const.AUTH_MODULE == 'db'}
{/if}
-
-
diff --git a/WEB-INF/templates/mobile/header.tpl b/WEB-INF/templates/mobile/header.tpl
index ec0b05926..31d8d8077 100644
--- a/WEB-INF/templates/mobile/header.tpl
+++ b/WEB-INF/templates/mobile/header.tpl
@@ -73,6 +73,9 @@