Skip to content

Commit

Permalink
#1334 Drop settings that are not relevant to the style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Nov 16, 2015
1 parent 9a77da4 commit e4585e7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions themes/Sunrise/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,8 @@
}
?>
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="form[enforce_accent]" value="1"<?php if ($user['enforce_accent'] == '1') echo ' checked' ?> />
<?php _e('Enforce the accent on the board.', 'luna') ?>
</label>
</div>
</div>
</div>
<hr />
<?php } if ($luna_config['o_allow_night_mode'] == '1') { ?>
<div class="form-group">
<label class="col-sm-3 control-label"><?php _e('Night mode', 'luna') ?></label>
Expand Down

0 comments on commit e4585e7

Please sign in to comment.