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,5 @@
<?php require('template/header.phtml') ?>
<h3>Welcome to Page2</h3>
<?php require('template/footer.phtml') ?>