12 lines
240 B
PHP
12 lines
240 B
PHP
<?php
|
|
return array (
|
|
'news' => 'news/index', // actionIndex в NewsController
|
|
'products' => 'product/list', // actionList в ProductController
|
|
'about' => 'about/index',
|
|
'login' => 'login/index',
|
|
"auth" => 'auth/index'
|
|
);
|
|
|
|
|
|
|