Guest User

Untitled

a guest
Jun 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php foreach ($this->getStoreCategories() as $_category): ?>
  2. <?php
  3. if(strpos($this->drawItemID($_category), 'Drivers') !== FALSE)
  4. {
  5. echo "CatName";
  6. }
  7. ?>
  8. <?php endforeach ?>
  9.  
  10.  
  11.  
  12. 3 Drivers
Add Comment
Please, Sign In to add comment