1
0
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:
Cameron
2013-02-22 21:32:19 -08:00
parent 846dafa3ce
commit 2a536d2bbb

View File

@@ -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;
}