diff --git a/config/module.config.php b/config/module.config.php index 0692573..3c94432 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -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' => [