From 46575d90c276bbf10d28d19900790c454dbe96ff Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 8 Sep 2014 14:45:41 +0200 Subject: pulled complete menu to the top (go for mobile...) --- includes/sys_template.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/sys_template.php') diff --git a/includes/sys_template.php b/includes/sys_template.php index be463139..b18abe53 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -19,8 +19,8 @@ function div($class, $content = array(), $id = "") { * @param array $items * @return string */ -function toolbar($items = array()) { - return ''; +function toolbar($items = array(), $right = false) { + return ''; } /** @@ -233,7 +233,7 @@ function page($elements) { * Fügt dazu die übergebenen Elemente zusammen. */ function page_with_title($title, $elements) { - return '

' . $title . '

' . join($elements) . '
'; + return '

' . $title . '

' . join($elements) . '
'; } /** -- cgit v1.2.3-54-g00ecf