diff --git a/web/pages/smart/controller.php b/web/pages/smart/controller.php index 1ff66b6..70134be 100644 --- a/web/pages/smart/controller.php +++ b/web/pages/smart/controller.php @@ -11,6 +11,7 @@ class Smart extends Page { function index() { + $this->set('user', $_SESSION['user']->data); $this->set('template', "smart.html.php"); } diff --git a/web/pages/smart/search.html.php b/web/pages/smart/search.html.php index 6435d7b..76c52e4 100644 --- a/web/pages/smart/search.html.php +++ b/web/pages/smart/search.html.php @@ -15,61 +15,64 @@

- - - - - - - - - - - - - - - - - - - - +
+
- - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + 0) : ?>
diff --git a/web/pages/smart/smart.html.php b/web/pages/smart/smart.html.php index d849f25..e54462e 100644 --- a/web/pages/smart/smart.html.php +++ b/web/pages/smart/smart.html.php @@ -11,6 +11,7 @@ placeholder="Suchen..." hx-indicator="#indicator" class="form-control" id="basic-url" + value="" >