Guest User

Untitled

a guest
Jan 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <div align="center">
  2. <table border="0" align="center">
  3. {section name=i loop=$cat step=4 max=6} <!--ROWS EG change max=???-->
  4. <tr>
  5. {section name=cat loop=$cat start=$smarty.section.i.index max=4}<!-- COLUMNS EG change max=??? to the ammount and step=??? to the same ammount-->
  6. <td align="center"><a href="index.php?cat={$cat[cat].id}"><b>{$cat[cat].name}</b><br /><img border="0" width="153" height="120" src="{$cat[cat].picture}" {if $firefox eq "1"}class="reflect" alt="No Image Yet"{/if} /></a></td>
  7. {/section}
  8. </tr>
  9. {/section}
  10. </table>
  11. </div>
  12.  
  13. <div align="center">
  14. <br/>
  15. <table border="0" align="center">
  16. .
  17. .
  18.  
  19. .
  20. .
  21. </div>
  22.  
  23. <div style="clear:both"></div>
  24.  
  25. <div align="center">
  26. .
  27. .
Add Comment
Please, Sign In to add comment