summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php7
1 files changed, 7 insertions, 0 deletions
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
@@ -307,6 +307,13 @@ function button($href, $label, $class = "") {
}
/**
+ * Rendert einen Knopf mit Glyph
+ */
+ function button_glyph($href, $glyph, $class= "") {
+ return button($href, glyph($glyph), $class);
+ }
+
+/**
* Rendert eine Toolbar mit Knöpfen
*/
function buttons($buttons = array ()) {