2amigos / yiifoundation

Yii extension library for the ZURB Foundation Framework
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

Breadcrumbs does not show the icon #6

Closed rifaideen closed 1 year ago

rifaideen commented 10 years ago

when i use breadcrumbs its icon disappears here is my code i used

$this->widget(
'foundation\widgets\Breadcrumbs',
array(
'items' => array(
'Home' => '#',
'features' => array(
'url' => '/features',
'options' => array('class' => 'unavailable')
),
'cloning' => array('options' => array('class' => 'current'), 'url' => '#')
)
)
);