mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Bootstrap 4 fixes. USERTHEME fix.
This commit is contained in:
@@ -27,7 +27,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
if(deftrue('BOOTSTRAP') && deftrue('FONTAWESOME'))
|
||||
{
|
||||
define('PM_INBOX_ICON', e107::getParser()->toGlyph('fa-inbox'));
|
||||
define('PM_INBOX_ICON', e107::getParser()->toGlyph('fa-inbox').e107::getParser()->toGlyph('fa-arrow-down'));
|
||||
// Icon candidate to stacked fontawesome icons...
|
||||
define('PM_OUTBOX_ICON', e107::getParser()->toGlyph('fa-inbox').e107::getParser()->toGlyph('fa-arrow-up'));
|
||||
// Icon candidate to animated fontawesome icons...
|
||||
|
Reference in New Issue
Block a user