Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Source:
- <?php
- /*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
- $this->widget('TbMenu', array(
- 'type'=>'list',
- 'items'=>array(
- array('label'=>'LT', 'url'=>array(Yii::app()->controller->getId().'/'.Yii::app()->controller->getAction()->getId(), 'lang'=>'lt')),
- array('label'=>'EN', 'url'=>array(Yii::app()->controller->getId().'/'.Yii::app()->controller->getAction()->getId(), 'lang'=>'en')),
- )
- ));
- ?>
- HTML:
- <ul id="yw0" class="nav nav-list">
- <li>
- <a href="/sventessvesk/index.php/site/index?lang=lt">LT</a></li>
- <li class="active">
- <a href="/sventessvesk/index.php/site/index?lang=en">EN</a></li>
- </ul>
- Screenshot
- http://www.webpagescreenshot.info/img/53c524e65d94c9-33811497
Advertisement
Add Comment
Please, Sign In to add comment