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;
}
+
}
?>