mirror of
https://github.com/e107inc/e107.git
synced 2025-06-06 02:46:42 +02:00
Added 'home' icon to breadcrumb
This commit is contained in:
parent
8d4a1be162
commit
380f6de25b
@ -1578,6 +1578,10 @@ class e_form
|
|||||||
{
|
{
|
||||||
if(!is_array($array)){ return; }
|
if(!is_array($array)){ return; }
|
||||||
|
|
||||||
|
$opt = array();
|
||||||
|
|
||||||
|
$opt[] = "<a href='".e_HTTP."'><i class='icon-home'></i></a>"; // Add Site-Pref to disable?
|
||||||
|
|
||||||
$text = '<ul class="breadcrumb">
|
$text = '<ul class="breadcrumb">
|
||||||
<li>';
|
<li>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user