mirror of
https://github.com/e107inc/e107.git
synced 2025-09-04 11:45:28 +02:00
Fix for Separator icon
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
if ( ! defined('e107_INIT')) { exit(); }
|
if ( ! defined('e107_INIT')) { exit(); }
|
||||||
|
|
||||||
define("SEP"," <span class='icon-play e-breadcrumb'></span> ");
|
define("SEP"," <span class='fa fa-play e-breadcrumb'></span> ");
|
||||||
|
|
||||||
// e107::lan('theme');
|
// e107::lan('theme');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user