From 37332ae2222706f8fb330dae780dc938512edcf5 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 2 Nov 2014 15:06:41 -0500 Subject: Change layout (experimental) --- app/helpers.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/helpers.php') diff --git a/app/helpers.php b/app/helpers.php index f9415582..b58f706f 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -6,7 +6,6 @@ namespace Helper; * Template helpers * */ - use Core\Security; use Core\Template; use Core\Tool; @@ -568,9 +567,9 @@ function form_numeric($name, $values = array(), array $errors = array(), array $ * @param string $class CSS class attribute * @return string */ -function a($label, $controller, $action, array $params = array(), $csrf = false, $class = '') +function a($label, $controller, $action, array $params = array(), $csrf = false, $class = '', $title = '') { - return ''.$label.''; + return ''.$label.''; } /** -- cgit v1.2.3