Guest User

Untitled

a guest
Apr 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function results($data, $form)
  2. {
  3. $data = array(
  4. 'Results' => $form->getResults(),
  5. 'Query' => $form->getSearchQuery(),
  6. 'Title' => 'Search Results'
  7. );
  8.  
  9. return $this->customise($data)->renderWith(array('WhatsHOTWhatsNOT_results', 'Page'));
  10. }
Add Comment
Please, Sign In to add comment