1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-01 08:24:56 +02:00

Added 'home' icon to breadcrumb

This commit is contained in:
Cameron 2013-06-23 19:06:00 -07:00
parent 8d4a1be162
commit 380f6de25b

View File

@ -1578,6 +1578,10 @@ class e_form
{
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">
<li>';