add template files and compose file, fix syntax errors in template
This commit is contained in:
5
MVCTemplate/MVCtemplateWithBasicLogin/Views/page2.phtml
Normal file
5
MVCTemplate/MVCtemplateWithBasicLogin/Views/page2.phtml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php require('template/header.phtml') ?>
|
||||
|
||||
<h3>Welcome to Page2</h3>
|
||||
|
||||
<?php require('template/footer.phtml') ?>
|
Reference in New Issue
Block a user