mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 19:02:39 +02:00
Fix for Separator icon
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
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');
|
||||
|
||||
|
Reference in New Issue
Block a user