summaryrefslogtreecommitdiff
path: root/dist/searchform.php
diff options
context:
space:
mode:
Diffstat (limited to 'dist/searchform.php')
-rw-r--r--dist/searchform.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/dist/searchform.php b/dist/searchform.php
deleted file mode 100644
index d4e3435..0000000
--- a/dist/searchform.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-/**
- * The template for displaying search forms in Underscores.me
- *
- * @package understrap
- */
-
-if ( ! defined( 'ABSPATH' ) ) {
- exit; // Exit if accessed directly.
-}
-?>
-
-<form class="form-inline my-2 my-lg-0 float-none float-sm-right" method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search">
- <label class="sr-only" for="s"><?php esc_html_e( 'Search', 'understrap' ); ?></label>
- <div class="input-group">
- <input class="field form-control" id="s" name="s" type="text"
- placeholder="<?php esc_attr_e( 'Den Blog durchsuchen&hellip;', 'understrap' ); ?>" value="<?php the_search_query(); ?>">
- <span class="input-group-append">
- <button class="btn btn-dark my-2 my-sm-0" id="searchsubmit" name="submit" type="submit"><i class="material-icons">search</i></button>
- </span>
- </div>
-</form>