Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php $this->widget('zii.widgets.CMenu', array(
- 'items'=>array(
- array(
- 'label'=>'Home',
- 'url'=>array('site/index'),
- 'linkOptions'=>array('rel'=>'nofollow')
- ),
- ),
- )); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement