mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
toGlyph() additional tests, Media-Manager includes bootstrap5 when detected and backward compatibility.
This commit is contained in:
@@ -40,6 +40,14 @@
|
||||
|
||||
if(empty($this->thm) || !method_exists($this->thm, 'init'))
|
||||
{
|
||||
if(deftrue('FONTAWESOME'))
|
||||
{
|
||||
e107::getParser()->setFontAwesome(FONTAWESOME);
|
||||
}
|
||||
if(deftrue('BOOTSTRAP'))
|
||||
{
|
||||
e107::getParser()->setBootstrap(BOOTSTRAP);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user