From dc8320d46f8a415d383ab597c14738a821a5df47 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Tue, 23 Apr 2019 23:26:34 +0200 Subject: [PATCH] new icons line-awesome --- bl-kernel/helpers/theme.class.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bl-kernel/helpers/theme.class.php b/bl-kernel/helpers/theme.class.php index 117d520f..6ded214a 100644 --- a/bl-kernel/helpers/theme.class.php +++ b/bl-kernel/helpers/theme.class.php @@ -260,11 +260,17 @@ class Theme { return ''.PHP_EOL; } + public static function cssLineAwesome() + { + return ''.PHP_EOL; + } + public static function jsSortable() { // https://github.com/psfpro/bootstrap-html5sortable return ''.PHP_EOL; } + } ?>