Jump to content
Larry Ullman's Book Forums

Vipin Semwal

Members
  • Posts

    4
  • Joined

  • Last visited

Vipin Semwal's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. <div id="mainmenu"> <?php $this->widget('bootstrap.widgets.TbNavbar', array( 'type'=>'null', // null or 'inverse' 'brand'=>'', 'brandUrl'=>'', 'collapse'=>true, // requires bootstrap-responsive.css 'items'=>array( array( 'class'=>'bootstrap.widgets.TbMenu', 'items'=>array( //array('label'=>'Home', 'url'=>array('/site/index')), //array('label'=>'About', 'url'=>array('/site/page', 'view'=>'about')), array('label'=>'Dropdown', 'url'=>'#', 'items'=>array( array('label'=>'Action', 'url'=>'#'), array('label'=>'Another action', 'url'=>'#'), array('label'=>'Something else here', 'url'=>'#'), '---', array('label'=>'NAV HEADER'), array('label'=>'Separated link', 'url'=>'#'), array('label'=>'One more separated link', 'url'=>'#'), )), array('label'=>'Contact', 'url'=>array('/site/contact')), ), ), ), )); ?> </div><!--main-menu--->
  2. I want to renderPartial a view from modules. Path of View thats need to renderPartial: protected/modules/shop/views/products/addToCart.php Path where to be Rendered: protected/views/site/_post.php.
×
×
  • Create New...