Advertisement
krot

Yii zii.widgets.CMenu rel nofollow

Oct 20th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php $this->widget('zii.widgets.CMenu', array(
  2.     'items'=>array(
  3.         array(
  4.             'label'=>'Home',
  5.             'url'=>array('site/index'),
  6.             'linkOptions'=>array('rel'=>'nofollow')          
  7.         ),
  8.     ),
  9. )); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement