diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index 63d2f7f4c..dc1c706c0 100644 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -687,7 +687,7 @@ class e_admin_response return ($glue ? $content : implode($this->_title_separator, $content)); } - $glue = ' '; // admin-ui used only by bootstrap. + $glue = deftrue('SEP',' - '); // Defined by admin theme. // admin-ui used only by bootstrap. return $head. implode($glue, $content).$foot; }