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

This commit is contained in:
boris
2024-11-07 13:10:06 +00:00
parent 9689e155a2
commit f9d57038bf
41 changed files with 8649 additions and 0 deletions

10
page2.php Normal file
View File

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