mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Allow glyphs even without bootstrap.
This commit is contained in:
@@ -3536,7 +3536,7 @@ class e_parser
|
|||||||
public function toGlyph($text, $space=" ")
|
public function toGlyph($text, $space=" ")
|
||||||
{
|
{
|
||||||
|
|
||||||
if(!deftrue('BOOTSTRAP') || empty($text))
|
if(empty($text))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user