linccce

Languages Partial

Jul 15th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Source:
  2.  
  3. <?php
  4.  
  5. /*
  6. * To change this license header, choose License Headers in Project Properties.
  7. * To change this template file, choose Tools | Templates
  8. * and open the template in the editor.
  9. */
  10. $this->widget('TbMenu', array(
  11. 'type'=>'list',
  12. 'items'=>array(
  13. array('label'=>'LT', 'url'=>array(Yii::app()->controller->getId().'/'.Yii::app()->controller->getAction()->getId(), 'lang'=>'lt')),
  14. array('label'=>'EN', 'url'=>array(Yii::app()->controller->getId().'/'.Yii::app()->controller->getAction()->getId(), 'lang'=>'en')),
  15. )
  16. ));
  17.  
  18. ?>
  19.  
  20. HTML:
  21.  
  22. <ul id="yw0" class="nav nav-list">
  23. <li>
  24. <a href="/sventessvesk/index.php/site/index?lang=lt">LT</a></li>
  25. <li class="active">
  26. <a href="/sventessvesk/index.php/site/index?lang=en">EN</a></li>
  27. </ul>
  28.  
  29. Screenshot
  30.  
  31. http://www.webpagescreenshot.info/img/53c524e65d94c9-33811497
Advertisement
Add Comment
Please, Sign In to add comment