diff --git a/includes/sys_template.php b/includes/sys_template.php index 1c631dbe..001b1f37 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -85,9 +85,18 @@ function toolbar_dropdown($glyphicon, $label, $submenu, $class = '') { function toolbar_popover($glyphicon, $label, $content, $class = '') { $id = md5(microtime() . $glyphicon . $label); return '
'; }