j
'Cheren-dow' сказал(а) 17 Мар 2015 - 10:09:
подключили css и js uikit?
конечно
- // include CSS files if it's not empty
- // compile less *.file to CSS and cache it
- // compile scss *.file to CSS and cache it (experimental!)
- ->css(array(
- 'template.css', // from jblank/css folder
- 'template.less', // from jblank/less folder
- // 'template.scss',// from jblank/scss folder
- //'//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css', // any external lib (you can use http:// or https:// urls)
- 'uikit.gradient.css',
- ))
- // include JavaScript files
- ->js(array(
- // '//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js', // any external lib (you can use http:// or https:// urls)
- // 'libs/jquery-1.x.min.js', // your own local lib
- 'template.js',
- 'uikit.min.js',
- ))