Guest User

Untitled

a guest
Jan 21st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?php
  2. $this->widget('zii.widgets.jui.CJuiTabs', array(
  3. 'tabs'=>array(
  4. 'PRESENTAZIONE'=>array('content'=>$this->renderPartial('spettacoli/_view_presentazione', array('model'=>$model),$this)),
  5. ...
  6. ),
  7.  
  8. 'options'=>array(
  9. 'collapsible'=>false,
  10. ),
  11. ));
  12. ?>
Add Comment
Please, Sign In to add comment