adds route map
This commit is contained in:
parent
a0e79a272e
commit
07a791c4ff
|
@ -7,8 +7,10 @@ return [
|
|||
dirname(__DIR__) . '/view',
|
||||
],
|
||||
'template_map' => [
|
||||
//'layout/layout' => __DIR__ . '/../../../themes/archive/view/layout/layout.phtml',
|
||||
'omeka/index/index' => __DIR__ . '/../../../themes/archive/view/omeka/site/index.phtml',
|
||||
'omeka/search/results' => __DIR__ . '/../../../themes/archive/view/omeka/search/results.phtml',
|
||||
'common/site-list-entry' => __DIR__ . '/../../../themes/archive/view/common/site-list-entry.phtml',
|
||||
],
|
||||
],
|
||||
'view_helpers' => [
|
||||
|
|
Loading…
Reference in New Issue