fixed template rendering
fixed asset controller
This commit is contained in:
parent
c33bb4cb3a
commit
a087af311c
5 changed files with 9 additions and 12 deletions
|
|
@ -20,12 +20,15 @@ $lang = $reg->getLang();
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<?=$lang->getTranslation("HEADLINE")?>
|
||||
<?= $lang->getTranslation("HEADLINE") ?>
|
||||
</header>
|
||||
<?php
|
||||
<main>
|
||||
<?php
|
||||
$lang->getTranslation("TEST_TRANSLATION");
|
||||
echo $this->templateData;
|
||||
?>
|
||||
?>
|
||||
</main>
|
||||
|
||||
<?php
|
||||
Asset::get()->renderJS();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue