mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Bootstrap 4 fixes.
This commit is contained in:
@@ -395,7 +395,7 @@
|
||||
|
||||
$url = e_REQUEST_SELF . "?id=" . $this->postInfo['post_id'] . "&dl=" . $key;
|
||||
|
||||
$saveicon = (deftrue('BOOTSTRAP') === 4) ? 'fa-save' : 'icon-save.glyph';
|
||||
$saveicon = (deftrue('FONTAWESOME')) ? 'fa-save' : 'icon-save.glyph';
|
||||
$saveicon = e107::getParser()->toGlyph($saveicon,false);
|
||||
|
||||
if(defset("BOOTSTRAP"))
|
||||
|
Reference in New Issue
Block a user