From c35d018995da99028747fe672e4d07484855dba2 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 8 Apr 2020 20:50:50 +0200 Subject: simple cookies storage using flywheel autogerated ID --- app/view/templates/backtopbar.php | 3 +++ app/view/templates/connect.php | 3 +++ 2 files changed, 6 insertions(+) (limited to 'app/view') diff --git a/app/view/templates/backtopbar.php b/app/view/templates/backtopbar.php index c1dd361..0710c85 100644 --- a/app/view/templates/backtopbar.php +++ b/app/view/templates/backtopbar.php @@ -63,6 +63,9 @@ if($user->isadmin()) {
+ + +
diff --git a/app/view/templates/connect.php b/app/view/templates/connect.php index e21b360..6fd5b14 100644 --- a/app/view/templates/connect.php +++ b/app/view/templates/connect.php @@ -19,6 +19,9 @@ if(in_array($route, ['pageedit', 'pageread', 'pageread/', 'pageadd'])) { } ?> + + + -- cgit v1.2.3