19 lines
229 B
PHP
19 lines
229 B
PHP
<?php
|
|
|
|
return array(
|
|
'app' => array(
|
|
'basePath' => '@wwwroot',
|
|
'baseUrl' => '@www',
|
|
'css' => array(
|
|
'css/site.css',
|
|
),
|
|
'js' => array(
|
|
|
|
),
|
|
'depends' => array(
|
|
'yii',
|
|
'yii/bootstrap/responsive',
|
|
),
|
|
),
|
|
);
|