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