Guest User

Untitled

a guest
Dec 19th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if (array_key_exists('search_broadness', $get_results) && $get_results['search_broadness'] == 'narrow') {
  2. $block .= 'data-as_sitesearch="' . $gcse_narrow_search_query . '"';
  3. }
  4. $form['search']['results'] = array(
  5. '#type' => 'item',
  6. '#markup' => $block,
  7. '#allowed_tags' => ['script', 'div'],
  8. )
  9.  
  10. <div class="gcse-searchresults-only" sitesearch="https://www.example.com/drupal8_gcse/"></div>
Add Comment
Please, Sign In to add comment