diff --git a/register.php b/register.php index 89517e6..329a79a 100644 --- a/register.php +++ b/register.php @@ -106,148 +106,12 @@ } } -// Guess not +// Header include($config['template_path'] . "header.php"); -?> -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- - - - -
-
-
-
-
- - -
-
- -
-
- -
-
- -
-
- - - - -
- - - - - - - - -
-
- -
-
- -
-
- -
-
- - \ No newline at end of file +// Footer +include($config['template_path'] . "footer.php"); +?> \ No newline at end of file diff --git a/templates/default/user/register.php b/templates/default/user/register.php new file mode 100644 index 0000000..0e4d3dc --- /dev/null +++ b/templates/default/user/register.php @@ -0,0 +1,141 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + +
+
+
+
+
+ + +
+
+ +
+
+ +
+
+ +
+
+ + + + +
+
+ +
+
+ +
+
+ +
+
+ + \ No newline at end of file