diff --git a/config/module.config.php b/config/module.config.php
index 46ebc9e6a5a06b662f9fade0c739a8cc5326f6e0..8abcab887a5e5762438c902e0c0af28b5326659f 100644
--- a/config/module.config.php
+++ b/config/module.config.php
@@ -70,7 +70,7 @@ return [
 
     'view_manager' => [
         'template_path_stack' => [
-            'import' => __DIR__ . '/../view',
+            'unicaen-tbl' => __DIR__ . '/../view',
         ],
     ],