Advertisement
Guest User

First

a guest
Dec 4th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php $mb->the_field('first_option_discount'); ?>
  2. <select name="<?php $mb->the_name(); ?>">
  3.     <option value=""></option>
  4.     <option value="+"<?php $mb->the_select_state('+'); ?>>+</option>
  5.     <option value="-"<?php $mb->the_select_state('-'); ?>>-</option>
  6. </select>
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement