Advertisement
Guest User

Second

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