From 59e670424ef9d7769e4252fe0f83e42d39a5c9b4 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 21 Aug 2019 15:25:53 +0200 Subject: Fix : get list code moved to selection --- app/view/templates/home.php | 50 ++++----------------------------------------- 1 file changed, 4 insertions(+), 46 deletions(-) (limited to 'app/view/templates/home.php') diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 867baee..820d185 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -14,7 +14,10 @@ - insert('homemenu', ['user' => $user, 'opt' => $opt]) ?> + insert('homemenu', ['user' => $user, 'opt' => $opt, 'optlist' => $optlist]); + ?>
@@ -28,51 +31,6 @@

Pages ()

- -
> - Generate list - Generate code to display a list of pages -
- - - - description() ? 'checked' : '' ?>> - -
- - thumbnail() ? 'checked' : '' ?>> - -
- - date() ? 'checked' : '' ?>> - -
- - author() ? 'checked' : '' ?>> - -
- - -
- - ' . $optlist->getcode() . ''; - } - - ?> -
- - - -
- -
- -
-- cgit v1.2.3