diff options
Diffstat (limited to 'php/01-common-theme/index.php')
| -rw-r--r-- | php/01-common-theme/index.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/php/01-common-theme/index.php b/php/01-common-theme/index.php new file mode 100644 index 0000000..4da2e14 --- /dev/null +++ b/php/01-common-theme/index.php @@ -0,0 +1,12 @@ +<?php + +include "common/header.php"; + +?> + +<p>This is the home page content.</p> + +<?php + +include "common/footer.php"; + |
