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

Note: Latest release is available from extension github page.

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)
2 0
7 followers
678 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: samdark
Created on: Oct 19, 2010
Last updated: 10 years ago

Related Extensions