From 07b65412043c89a6a3176f202498f8a603c15dfb Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Wed, 24 Sep 2014 15:11:50 +0200 Subject: move language to submenu --- includes/sys_template.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes/sys_template.php') diff --git a/includes/sys_template.php b/includes/sys_template.php index b18abe53..aaa79993 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -36,6 +36,10 @@ function toolbar_item_link($href, $glyphicon, $label, $selected = false) { return '
  • ' . ($glyphicon != '' ? ' ' : '') . $label . '
  • '; } +function toolbar_item_divider() { + return '
  • '; +} + function toolbar_dropdown($glyphicon, $label, $submenu) { return '