Brand name in TbNavbar

192 views
Skip to first unread message

Алексей Даркин

unread,
Nov 5, 2012, 4:58:46 PM11/5/12
to yii-bo...@googlegroups.com
I'd like to add brand name without link in TbNavbar and I don't see any ways to do this. I think, it's good idea, that code like

<?$this->widget('bootstrap.widgets.TbNavbar',array(
 ... 
 'brandUrl'=>false
 ?>

do this. And my solution for this: change line 125 in file bootstrap\widgets\TbNavbar.php to

  <?if($this->brandUrl !== false)
    echo CHtml::openTag('a', $this->brandOptions).$this->brand.'</a>';
  else
    echo CHtml::openTag('div', $this->brandOptions).$this->brand.'</div>';
  ?>

What you think about that?

Sorry for my Russian English:).

Crisu83

unread,
Dec 21, 2012, 7:59:40 AM12/21/12
to yii-bo...@googlegroups.com
This bug was fixed in version 2.0.1.

-Chris
Reply all
Reply to author
Forward
0 new messages