Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
sakhunzai committed Jun 17, 2016
1 parent ead3c0c commit 07f1c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config/adminlte.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
'assets'=>[
'styles'=>[
['path'=>'/css/bootstrap.min.css' ,'info'=>'Bootstrap 3.3.4'],
['external'=>'https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css' ,'info'=>'Font Awesome Icons '],
['external'=>'https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css' ,'info'=>'Ionicons'],
['path'=>'/css/font-awesome.min.css' ,'info'=>'Font Awesome Icons '],
['path'=>'/css/ionicons.min.cs' ,'info'=>'Ionicons'],
['path'=>'/css/admin-lte/AdminLTE.min.css' ,'info'=>'AdmintLTE Theme'],
['path'=>'/plugins/Croppie/croppie.css' ,'info'=>'Croppie Plugin'],
],
Expand Down

0 comments on commit 07f1c5a

Please sign in to comment.