Answer the question
In order to leave comments, you need to log in
How to make a link to the main page in CMenu (Yii)?
<?php $this->widget('zii.widgets.CMenu',array(
'items'=>array(
array('label'=>'Главная', 'url'=>array('/')),
)); ?>
Answer the question
In order to leave comments, you need to log in
Another alternative is to put it like this:array('label'=>'Главная', 'url'=>'/'),
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question