Advertisement
Guest User

Untitled

a guest
May 29th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <label class="radio-inline"><input type="radio" name="active" value="on" <?php echo set_radio('active', 'on', !empty($lang['active']) && $lang['active'] == 1 ? true : false); ?>>On</label>
  2. <label class="radio-inline"><input type="radio" name="active" value="off" <?php echo set_radio('active', 'off', !empty($lang['active']) && $lang['active'] === 0 ? true : false); ?>>Off</label>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement