diff --git a/app.php b/app.php index 7a7a0e0..3da0085 100644 --- a/app.php +++ b/app.php @@ -104,7 +104,8 @@ if($f3->get('PDF_DEMO_LINK') === null || $f3->get('PDF_DEMO_LINK') === true) { $f3->route('GET /', function($f3) { - $f3->reroute($f3->get('REVERSE_PROXY_URL').'/signature'); + $f3->set('activeTab', 'index'); + echo View::instance()->render('index.html.php'); } ); $f3->route('GET /signature', diff --git a/public/favicon.ico b/public/favicon.ico index 27c22e0..c924f40 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicon.png b/public/favicon.png index ea9aab8..e7c4185 100644 Binary files a/public/favicon.png and b/public/favicon.png differ diff --git a/public/logo-small.svg b/public/logo-small.svg new file mode 100644 index 0000000..9298a60 --- /dev/null +++ b/public/logo-small.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + diff --git a/public/logo.svg b/public/logo.svg index a0b6c79..ddb7410 100644 --- a/public/logo.svg +++ b/public/logo.svg @@ -1,5 +1,122 @@ - - - - + + + + + + + + + + + + + + diff --git a/templates/admin_setup.html.php b/templates/admin_setup.html.php index 066ee31..5f27a8a 100644 --- a/templates/admin_setup.html.php +++ b/templates/admin_setup.html.php @@ -7,9 +7,10 @@ +
-
-
+
+

@@ -17,8 +18,8 @@ PHP - - + + =")): ?> "> @@ -150,8 +151,8 @@ PDF_STORAGE_PATH - - + + @@ -186,5 +187,7 @@
+
+ diff --git a/templates/components/footer.html.php b/templates/components/footer.html.php index bb4b25b..5278172 100644 --- a/templates/components/footer.html.php +++ b/templates/components/footer.html.php @@ -1,3 +1,6 @@ -