diff --git a/includes/sys_template.php b/includes/sys_template.php index 04826c3d..4d4740d9 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -306,6 +306,13 @@ function button($href, $label, $class = "") { return '' . $label . ''; } +/** + * Rendert einen Knopf mit Glyph + */ + function button_glyph($href, $glyph, $class= "") { + return button($href, glyph($glyph), $class); + } + /** * Rendert eine Toolbar mit Knöpfen */