Guest User

Untitled

a guest
Jan 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <div class="categories">
  2. <?foreach ($categoryList as $category):?>
  3. <button type="button" value="<?echo $category['id']?>" class="category"><?echo $category['category']?></button>
  4. <?endforeach;?>
  5. </div>
  6.  
  7. <polygon class="fil0 str0" data-id="8" points="6584,19891 6584,23682 10061,23682 10061,19891 "/>
Add Comment
Please, Sign In to add comment