mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
SEP = generic separator support added. Defined in admin theme.
This commit is contained in:
@@ -687,7 +687,7 @@ class e_admin_response
|
||||
return ($glue ? $content : implode($this->_title_separator, $content));
|
||||
}
|
||||
|
||||
$glue = ' <i class="icon-play e-breadcrumb"></i> '; // 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user