adds route map

This commit is contained in:
buttle 2021-05-08 14:09:58 +02:00
parent a0e79a272e
commit 07a791c4ff
1 changed files with 2 additions and 0 deletions

View File

@ -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' => [