Guest User

Untitled

a guest
Jun 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. 1 4
  2. 2 5
  3. 3
  4.  
  5. <td>
  6. {section name=myitem loop=$items max=(($itemcount/2)+0.499)}
  7. {$items[myitem]}
  8. {/section}
  9. </td>
  10. <td>
  11. {section name=myitem loop=$items start=(($itemcount/2)+0.499)}
  12. {$items[myitem]}
  13. {/section}
  14. </td>
Add Comment
Please, Sign In to add comment