From 9dc4095be9da030a40ecdc7528bcb02843037a05 Mon Sep 17 00:00:00 2001 From: Malf Furious <m@lfurio.us> Date: Sun, 3 Jan 2016 15:53:46 -0500 Subject: + Adding default view for Auth MVC --- app/view/auth/default.view.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/view/auth/default.view.php (limited to 'app/view') diff --git a/app/view/auth/default.view.php b/app/view/auth/default.view.php new file mode 100644 index 0000000..8769aa2 --- /dev/null +++ b/app/view/auth/default.view.php @@ -0,0 +1,13 @@ +<!DOCTYPE html> + +<html lang="en"> + <head> + <?php include "view/common/head.view.php"; ?> + <title>Scrott - Login</title> + </head> + + <body> + <?php include "view/common/topp.view.php"; ?> + <?php include "view/common/foot.view.php"; ?> + </body> +</html> -- cgit v1.2.3