20240814#2

This commit is contained in:
User
2024-08-14 21:27:27 +03:00
parent 72d2445bb2
commit 99f78f7362
11 changed files with 14 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
<?php
return (new \Rmphp\Content\Content('/application/src/Infrastructure/templates/base.tpl'))->setSubtemplatePath('/application/src/Infrastructure/templates/')->setSubtemplatePathAlias([
"main" => "/src/Main/Infrastructure/templates",
"main" => "/src/Infrastructure/templates",
]);