diff options
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r-- | includes/sys_template.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php index 8c260140..52578f18 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -148,18 +148,6 @@ function heading($content, $number = 1) } /** - * Render a toolbar. - * - * @param array $items - * @param bool $right - * @return string - */ -function toolbar($items = [], $right = false) -{ - return '<ul class="nav navbar-nav' . ($right ? ' navbar-right' : '') . '">' . join("\n", $items) . '</ul>'; -} - -/** * @param string[] $items * @return string */ |