summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-27 15:42:13 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-27 15:42:13 +0100
commit82592662978903a50ad2b31669c0ed56e0fb9129 (patch)
treecb86dd59fb9cc0bfba6589307158e33548417a4c /includes/sys_template.php
parente0ffeb100568890ac32717d8ddf98d6d501655fc (diff)
#44 shiftplan
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php
index 9aed6d95..79e9fe77 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -147,7 +147,7 @@ function button($href, $label, $class = "") {
* Rendert eine Toolbar mit Knöpfen
*/
function buttons($buttons = array ()) {
- return '<div class="toolbar">' . join($buttons) . '</div>';
+ return '<div class="toolbar">' . join(' ', $buttons) . '</div>';
}
// Load and render template