Skip to content

Commit

Permalink
fixed icon display
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed May 25, 2016
1 parent bbec774 commit f022c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/default/index.php
Expand Up @@ -116,7 +116,7 @@
[
'head' => substr(trim(strip_tags($item['label'])), 0, 2),
'type' => \insolita\wgadminlte\SmallBox::TYPE_GREEN,
'icon' => (isset($item['icon'])?'fa fa-'.$item['icon']:''),
'icon' => (isset($item['icon'])?$item['icon']:''),
'footer' => $item['label'],
'footer_link' => $item['url'],
]);
Expand Down

0 comments on commit f022c8c

Please sign in to comment.