Forgot a file

This commit is contained in:
James Brooks
2015-11-21 23:08:37 +00:00
parent 970d903b48
commit 51a4a1789e

View File

@@ -67,7 +67,7 @@
<div class="checkbox">
<label>
<input type="hidden" value="0" name="style.fullwidth_header">
<input type="checkbox" value="1" name="style.fullwidth_header" {{ Setting::get('style_fullwidth_header') ? 'checked' : null }}>
<input type="checkbox" value="1" name="style.fullwidth_header" {{ $app_banner_style_full_width ? 'checked' : null }}>
{{ trans('forms.settings.theme.fullwidth-banner') }}
</label>
</div>