rework structure
added Router added .htaccess removed API-Module => is not used renamed batch to CRON
This commit is contained in:
parent
ccf2f506f0
commit
c33bb4cb3a
37 changed files with 680 additions and 190 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
use Venom\Registry;
|
||||
use Venom\Core\Registry;
|
||||
use Venom\Views\Asset;
|
||||
|
||||
$reg = Registry::getInstance();
|
||||
|
|
@ -20,7 +20,7 @@ $lang = $reg->getLang();
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<?=$lang->getTranslation("HEADLINE");?>
|
||||
<?=$lang->getTranslation("HEADLINE")?>
|
||||
</header>
|
||||
<?php
|
||||
$lang->getTranslation("TEST_TRANSLATION");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue