diff --git a/inc/common.inc.php b/inc/common.inc.php index b68338d7..f8010ca3 100644 --- a/inc/common.inc.php +++ b/inc/common.inc.php @@ -873,7 +873,6 @@ function hesk_show_notice($message,$title='',$append_colon=true) {
-
+'; + hesk_show_notice($hesklang['mma2'], $hesklang['mma1'], false); + echo ''; +} +// Show a notice if we are in "Knowledgebase only" mode +if ( hesk_check_kb_only(false) ) +{ + echo '
'; + hesk_show_notice($hesklang['kbo2'], $hesklang['kbo1'], false); + echo '
'; +} +?>
- - '; - hesk_show_notice($hesklang['mma2'], $hesklang['mma1'], false); - echo '
'; - } - - // Show a notice if we are in "Knowledgebase only" mode - if ( hesk_check_kb_only(false) ) - { - echo '
'; - hesk_show_notice($hesklang['kbo2'], $hesklang['kbo1'], false); - echo '
'; - } - ?>