Fork me on GitHub

Iconized menu

Allows you to create a menu with the corresponding favicon on the left of each item.

<?$this->widget('ext.yiiext.widgets.iconizedMenu.EIconizedMenu',array(
    // Turns off Yandex sprites usage and allows to use custom iconizerBaseUrl
    // 'useSprites' => false,
    'items'=>array(
        array('label'=>'Yii Framework', 'url'=> 'http://yiiframework.com/'),
        array('label'=>'RMCreative', 'url'=> 'http://rmcreative.ru/'),
        array('label'=>'Twitter', 'url'=> 'http://twitter.com/'),
    ),
))?>

Changelog

1.2

  • Inlined CSS (samdark)

1.1

  • Yandex sprites support, enabled by default (samdark)

1.0

  • Initial release (samdark)

Menu with favicons for each item.

Documentation

Downloads (Tags)

Resources