diff --git a/public/include/pages/contactform.inc.php b/public/include/pages/contactform.inc.php index 75dc427f..ad4a54c7 100644 --- a/public/include/pages/contactform.inc.php +++ b/public/include/pages/contactform.inc.php @@ -5,7 +5,7 @@ if (!defined('SECURITY')) die('Hacking attempt'); if ($setting->getValue('disable_contactform')) { $_SESSION['POPUP'][] = array('CONTENT' => 'Contactform is currently disabled. Please try again later.', 'TYPE' => 'errormsg'); - $smarty->assign("CONTENT", "disabled.tpl"); + $smarty->assign("CONTENT", "empty"); } else if ($setting->getValue('disable_contactform_guest') && !$user->isAuthenticated(false)) { $_SESSION['POPUP'][] = array('CONTENT' => 'Contactform is disabled for guests.', 'TYPE' => 'errormsg'); $smarty->assign("CONTENT", "disabled.tpl"); diff --git a/public/templates/mpos/global/navigation.tpl b/public/templates/mpos/global/navigation.tpl index fd2da85a..b18a1a83 100644 --- a/public/templates/mpos/global/navigation.tpl +++ b/public/templates/mpos/global/navigation.tpl @@ -74,18 +74,14 @@