1
0
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:
Cameron
2021-01-31 13:09:53 -08:00
parent 2dedc8719f
commit 0b1a84068f
10 changed files with 362 additions and 172 deletions

View File

@@ -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;
}