Guest User

Untitled

a guest
Aug 24th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $curated_counter = 0;
  2. if (!empty($posts)) {
  3. foreach ($posts as $post) {
  4.  
  5. $td_module_mx4 = new td_module_mx4($post);
  6.  
  7. switch ($td_column_number) {
  8.  
  9. case '1': //one column layout
  10.  
  11. if ($curated_counter < 1) {
  12. $buffy .= $td_block_layout->open12(); //added in 010 theme - span 12 doesn't use rows
  13. $buffy .= '<a href=""></a><img src="" /></a>';
  14. $buffy .= $td_block_layout->close12();
  15. }
  16. $curated_counter = 1;
Advertisement
Add Comment
Please, Sign In to add comment