diff --git a/view/theme/plusfuture/php/theme_init.php b/view/theme/plusfuture/php/theme_init.php index 710342f..b22ec70 100644 --- a/view/theme/plusfuture/php/theme_init.php +++ b/view/theme/plusfuture/php/theme_init.php @@ -7,6 +7,7 @@ head_add_css('/view/css/bootstrap-red.css'); head_add_css('/library/datetimepicker/jquery.datetimepicker.css'); head_add_css('/library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css'); head_add_css('https://fonts.googleapis.com/icon?family=Material+Icons'); +head_add_css('/view/css/icons.css'); require_once('view/php/theme_init.php'); head_add_js('/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js');