Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if ($rows): ?>
- <div class="view-content">
- <?php print $rows; ?>
- </div>
- <?php elseif ($empty): ?>
- <div class="view-empty">
- <?php print $empty; ?>
- </div>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment