From 60e3bf779c903bceaea05477eeb2ba45c2784d84 Mon Sep 17 00:00:00 2001 From: harukin Date: Wed, 1 May 2019 23:54:30 +0900 Subject: [PATCH] =?UTF-8?q?icons.css=E3=82=82=E3=83=98=E3=83=83=E3=83=80?= =?UTF-8?q?=E3=83=BC=E3=81=AB=E8=BF=BD=E5=8A=A0=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/theme/plusfuture/php/theme_init.php | 1 + 1 file changed, 1 insertion(+) 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');