From 13acdbd444b0ae26e83ab8cf62d60a7f59268545 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 4 Dec 2018 13:55:04 +0100 Subject: admin panel --- app/view/templates/admin.php | 78 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 app/view/templates/admin.php (limited to 'app/view/templates/admin.php') diff --git a/app/view/templates/admin.php b/app/view/templates/admin.php new file mode 100644 index 0000000..54bbedd --- /dev/null +++ b/app/view/templates/admin.php @@ -0,0 +1,78 @@ +layout('layout', ['title' => 'admin', 'css' => $css . 'home.css']) ?> + + +start('page') ?> + + + + insert('backtopbar', ['user' => $user]) ?> + + +
+ +
+ +

Passwords

+ + + + + +

Page creation

+ + + + + + + + + +

Editing

+ + + + + + > + + + + + + + + +
+ + + + +
+ + +stop('page') ?> \ No newline at end of file -- cgit v1.2.3