From bbbec56df506190a62ad4d1e61f72b2bc45c4413 Mon Sep 17 00:00:00 2001 From: Yarik Date: Tue, 26 Jan 2016 12:31:30 +0200 Subject: [PATCH] test --- frontend/assets/AppAsset.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/frontend/assets/AppAsset.php b/frontend/assets/AppAsset.php index fab18dd..32dfe91 100755 --- a/frontend/assets/AppAsset.php +++ b/frontend/assets/AppAsset.php @@ -19,6 +19,7 @@ class AppAsset extends AssetBundle public $baseUrl = '@web'; public $css = [ 'css/style.css', + '/admin/css/flags32.css' ]; public $js = [ 'js/script.js', -- libgit2 0.21.4