add template files and compose file, fix syntax errors in template

This commit is contained in:
boris
2024-11-21 12:33:26 +00:00
parent b64c6d835e
commit e1b1455ac0
90 changed files with 60646 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
$view = new stdClass();
$view->pageTitle = 'Homepage';
require_once("logincontroller.php");
require_once('Views/index.phtml');