Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <div class="view view-featured-causes-view view-id-featured_causes_view view-display-id-block view-dom-id-961c974a51410cb04cdd2a2be4f3c589">
  2. <div class="view-content">...</div></div>
  3.  
  4. <?php if (!empty($title)): ?>
  5. <h3><?php print $title; ?></h3>
  6. <?php endif; ?>
  7. <?php foreach ($rows as $id => $row): ?>
  8. <div<?php if ($classes_array[$id]) { print ' class="' . $classes_array[$id] .'"'; } ?>>
  9. <?php print $row; ?>
  10. </div>
  11. <?php endforeach; ?>
  12.  
  13. <?php if (!empty($title)): ?>
  14. <h3><?php print $title; ?></h3>
  15. <?php endif; ?>
  16. <?php foreach ($rows as $id => $row): ?>
  17. </div></div><?php print $row; ?><div><div>
  18. <?php endforeach; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement