From 9e217d87c095170460a8580d5215ddf7cbe639f4 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 2 Sep 2018 02:09:56 +0200 Subject: Template refactoring to use twig --- includes/sys_template.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'includes/sys_template.php') 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 @@ -147,18 +147,6 @@ function heading($content, $number = 1) return '' . $content . ''; } -/** - * Render a toolbar. - * - * @param array $items - * @param bool $right - * @return string - */ -function toolbar($items = [], $right = false) -{ - return ''; -} - /** * @param string[] $items * @return string -- cgit v1.2.3-54-g00ecf