1
0
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:
Cameron
2021-01-01 12:29:43 -08:00
parent 14862f0463
commit 1a510cb897
6 changed files with 14 additions and 13 deletions

View File

@@ -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...