bootstrap->register(); ?> <?php echo CHtml::encode($this->pageTitle); ?> widget('bootstrap.widgets.TbNavbar', [ 'brandLabel' => Yii::app()->name, 'display' => null, // default is static to top 'items' => [ [ 'class' => 'bootstrap.widgets.TbNav', 'items' => [ array('label' => 'Home', 'url' => '/', 'active' => true), array('label' => 'Blog', 'url' => '#', 'active' => false), array('label' => 'Programme', 'url' => '#', 'active' => false), array('label' => 'About', 'url' => '#', 'active' => false), ], ], TbHtml::navbarSearchForm('search', '', [ 'class' => 'pull-right', 'placeholder' => 'Search', 'inputOptions' => [ 'append' => TbHtml::submitButton(TbHtml::icon(TbHtml::ICON_SEARCH)), 'addOnOptions' => [ 'class' => 'pull-right', ], 'span' => 2, ] ]), ], ]); ?> breadcrumbs)) { $this->widget('bootstrap.widgets.TbBreadcrumb', array( 'links'=>$this->breadcrumbs, )); } ?>