Guest User

Untitled

a guest
Jul 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # This is the view.phtml
  2.  
  3. <div id="queryForm">
  4. <?php echo $this->queryForm; ?>
  5. </div>
  6.  
  7. <?php if( $this->hasResults ): ?>
  8. <div id="results">
  9.  
  10. <?php echo $this->partialLoop('index/partial/row.phtml', $this->results); ?>
  11.  
  12. </div>
Add Comment
Please, Sign In to add comment