mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
FontAwesome 5 added to admin area and bootstrap3 theme. $tp->toIcon() supports SVG sizing 2x, 3x etc.
This commit is contained in:
@@ -1416,7 +1416,7 @@ class user_class_admin extends user_class
|
||||
$pref = e107::getPref();
|
||||
|
||||
$style = ($pref['admincss'] == 'admin_dark.css') ? ' icon-white' : '';
|
||||
$this->top_icon = "<i class='icon-user{$style}'></i> ";
|
||||
$this->top_icon = "<i class='fa fa-user{$style}'></i> ";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user