@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php return [ |
2 | - 'Alias' => [ |
|
3 | - 'Front' => [ |
|
4 | - '/' => '/content/list/news', |
|
5 | - '/about' => '/content/read/page/about-page' |
|
6 | - ] |
|
7 | - ] |
|
2 | + 'Alias' => [ |
|
3 | + 'Front' => [ |
|
4 | + '/' => '/content/list/news', |
|
5 | + '/about' => '/content/read/page/about-page' |
|
6 | + ] |
|
7 | + ] |
|
8 | 8 | ]; |
9 | 9 | \ No newline at end of file |
@@ -34,7 +34,7 @@ |
||
34 | 34 | |
35 | 35 | // render view output |
36 | 36 | return $this->view->render('contenttag/index', [ |
37 | - 'model' => $model |
|
37 | + 'model' => $model |
|
38 | 38 | ]); |
39 | 39 | } |
40 | 40 | } |