Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Index | About us | FAQ | Login ...
  2.  
  3. // in SiteController.php:
  4.  
  5. public function actionStatic($view)
  6. {
  7. $this->render('static/' . $view);
  8. }
  9.  
  10. 'active'=>(Yii::app()->controller->action->id=='blog')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement