VENOM-10: added files x.tpl, x.php Modules
This commit is contained in:
parent
3d92f5347a
commit
f9dd03193e
33 changed files with 975 additions and 35 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
use Venom\Views\Asset;
|
||||
use Venom\Core\Config;
|
||||
|
||||
?>
|
||||
<!doctype html>
|
||||
|
|
@ -14,7 +15,7 @@ use Venom\Views\Asset;
|
|||
<?php Asset::get()->renderCSS(); ?>
|
||||
<!--link rel="stylesheet" href="/theme/admin/css/admin-panel.css"-->
|
||||
</head>
|
||||
<body>
|
||||
<body <?=Config::getInstance()->isDevMode() ? 'debug' : ''?>>
|
||||
<?php
|
||||
if (!$this->getVar('isLoggedIn')) {
|
||||
$this->renderTemplate('login');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue