diff --git a/application/config/components/templateFactory.php b/application/config/components/templateFactory.php index fc2440a..2d4a283 100644 --- a/application/config/components/templateFactory.php +++ b/application/config/components/templateFactory.php @@ -1,4 +1,4 @@ setSubtemplatePath('/templates/')->setSubtemplatePathAlias([ - "main" => "/src/Infrastructure/templates", + "main" => "/src/Infrastructure/subtemplates", ]); diff --git a/src/Infrastructure/templates/index.tpl b/src/Infrastructure/subtemplates/index.tpl similarity index 100% rename from src/Infrastructure/templates/index.tpl rename to src/Infrastructure/subtemplates/index.tpl