Advertisement
Guest User

Untitled

a guest
Apr 11th, 2013
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2. $pods->find();
  3.  
  4. echo $pods->template('categorie_block');
  5. while($pods->fetch()){
  6.     echo $pods->template('categorie_block');
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement