1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

Fix for Separator icon

This commit is contained in:
Cameron
2014-01-17 16:46:55 -08:00
parent dcb54aee7c
commit 77f4fe0cc4

View File

@@ -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');