Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <select class="filterSelection" name="pkw_width_filter">
  2. <?php foreach ($filterValues['pkw_width'] as $_filterItem): ?>
  3. <?php if (!$_filterItem->getValue())) { echo ' id="' . $_filterItem->getValue(). '"'; } ?>
  4. <option id="<?php echo $_filterItem->getValue() ?>"><?php echo $_filterItem->getValue() ?></option>
  5. <?php endforeach; ?>
  6. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement