From 73ee4462740c0c7d793bb8e0952e34110dfdb78b Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 21 Aug 2019 13:45:28 +0200 Subject: feature : limit query added --- app/view/templates/home.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'app/view/templates/home.php') diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 824d9f3..867baee 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -181,6 +181,36 @@ + + + display()['bookmark'] && (!empty(Config::bookmark()) || !empty($user->bookmark()))) { ?> + +
+
+

Bookmarks

+
+ Public +
    + $query) { ?> +
  • + +
  • + +
+ id() ?> +
    + bookmark() as $id => $query) { ?> +
  • + +
  • + +
+
+ + + + + insert('footer', ['footer' => $footer]) ?> -- cgit v1.2.3