diff options
Diffstat (limited to '')
-rw-r--r-- | app/view/common/foot.view.php | 1 | ||||
-rw-r--r-- | app/view/common/head.view.php | 1 | ||||
-rw-r--r-- | app/view/common/topp.view.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/app/view/common/foot.view.php b/app/view/common/foot.view.php new file mode 100644 index 0000000..a24a145 --- /dev/null +++ b/app/view/common/foot.view.php @@ -0,0 +1 @@ +<?php include "view/master/foot.view.php"; ?> diff --git a/app/view/common/head.view.php b/app/view/common/head.view.php new file mode 100644 index 0000000..87cd37d --- /dev/null +++ b/app/view/common/head.view.php @@ -0,0 +1 @@ +<?php include "view/master/head.view.php"; ?> diff --git a/app/view/common/topp.view.php b/app/view/common/topp.view.php new file mode 100644 index 0000000..40d9543 --- /dev/null +++ b/app/view/common/topp.view.php @@ -0,0 +1 @@ +<?php include "view/master/topp.view.php"; ?> |