RishiShreshtha

Views

May 21st, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php if ($rows): ?>
  2.   <div class="view-content">
  3.     <?php print $rows; ?>
  4.   </div>
  5. <?php elseif ($empty): ?>
  6.   <div class="view-empty">
  7.     <?php print $empty; ?>
  8.   </div>
  9. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment