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

5
Views/page2.phtml Normal file
View File

@@ -0,0 +1,5 @@
<?php require('template/header.phtml') ?>
<h3>Welcome to Page2</h3>
<?php require('template/footer.phtml') ?>