20250113#3

This commit is contained in:
User
2025-01-13 04:56:52 +03:00
parent 23133c173c
commit 9e4ae35455
2 changed files with 1 additions and 1 deletions

View File

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