diff --git a/views/account/google_connect.php b/views/account/google_connect.php new file mode 100644 index 0000000..df72e9a --- /dev/null +++ b/views/account/google_connect.php @@ -0,0 +1,22 @@ +@extends(templates/layout_normal) + +@section(main) +

Connect with Google

+
+ +

+ +
+

Your account will be connected with the following Google account:

+ +

Password

+ +

+
+ Cancel +
+
+ +
+@endsection diff --git a/views/account/google_disconnect.php b/views/account/google_disconnect.php new file mode 100644 index 0000000..4f65776 --- /dev/null +++ b/views/account/google_disconnect.php @@ -0,0 +1,18 @@ +@extends(templates/layout_normal) + +@section(main) +

Disconnect from Google

+
+
+

Your account will be disconnected from the currently set Google account.

+ +

Password

+ +

+
+ Cancel +
+
+
+@endsection