All pastes #2105520 Raw Edit

Unnamed

public text v1 · immutable
#2105520 ·published 2012-01-23 22:40 UTC
rendered paste body
      <?php $var = $twg_gpo_button_display_in; $$var = 'selected="selected"'; ?>
      <select name="twg_gpo_button_display_in" id="twg_gpo_button_display_in">
                <option <?php echo $posts; ?> value="posts">Posts</option>
                <option <?php echo $page; ?>  value="page">Page</option>
                <option <?php echo $single; ?> value="single">Single</option>
                <option <?php echo $all; ?> value="all">All</option>
                <option <?php echo $manual; ?> value="manual">Manual</option>
      </select>