Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php if ($search_results): ?>
  2. <?php print $search_totals.' << '.str_replace('%20',' ',basename($_SERVER['REQUEST_URI'])).'>>';?>
  3. <ol class="search-results test <?php print $module; ?>-results">
  4. <?php print $search_results; ?>
  5. </ol>
  6. <?php print $pager; ?>
  7. <?php else : ?>
  8. <h2><?php print t('Your search yielded no results');?></h2>
  9. <?php print search_help('search#noresults', drupal_help_arg()); ?>
  10. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement