From 9e4ae35455dbf5ab50aa5ce053ecb81b3ffd01a6 Mon Sep 17 00:00:00 2001 From: User Date: Mon, 13 Jan 2025 04:56:52 +0300 Subject: [PATCH] 20250113#3 --- application/config/components/templateFactory.php | 2 +- src/Infrastructure/{templates => subtemplates}/index.tpl | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/Infrastructure/{templates => subtemplates}/index.tpl (100%) 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