5 lines
237 B
PHP
5 lines
237 B
PHP
<?php
|
|
return (new \Rmphp\Content\Content('/application/src/Infrastructure/templates/base.tpl'))->setSubtemplatePath('/application/src/Infrastructure/templates/')->setSubtemplatePathAlias([
|
|
"main" => "/src/Infrastructure/templates",
|
|
]);
|