KISS
Bookmark and Share

Download

Author
imehesz

Viewed
2,640

Downloaded
856

Score
32.42

Created
Tuesday Jun 11, 2013

Updated
Tuesday Jun 11, 2013

aka Keep It Simple Stupid

A super-simple theme for Yii2.

Use the following syntax in main.php config file:

  'view' =>array(
    'theme' => array(
    'pathMap' => array('@app/views' => '@wwwroot/themes/THEME_FOLDER_NAME'),
    'baseUrl'   => '@www/themes/THEME_FOLDER_NAME'
  )
)

comments powered by Disqus