Advertisement
imehesz

Yii2 basic-app theme config

May 16th, 2014
8,371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. 'components' => [
  2.     ...
  3.     'view' => [
  4.         'theme' => [
  5.         'pathMap' => ['@app/views' => 'themes/greenery'],
  6.         'baseUrl'   => 'themes/greenery'
  7.       ]
  8.     ]        
  9. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement