Commit 7cbfcaa0 by Triyah Fatmawati

tambah setting main content

parent 91e95fe0
...@@ -48,8 +48,10 @@ ...@@ -48,8 +48,10 @@
</section> </section>
@endif @endif
@endif @endif
@if(!isset($setting['default_content']) || strtolower($setting['default_content'] == 'tampil'))
<section class="blog-wrapper"> <section class="blog-wrapper">
<div class="container"> <div class="container">
{{-- @if(!isset($setting['content']) || strtolower($setting['content'] == 'tampil')) --}}
<div id="content" class="col-lg-8 col-md-8 col-sm-12 col-xs-12"> <div id="content" class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="title"> <div class="title">
<h2>Berita Terbaru <h2>Berita Terbaru
...@@ -108,7 +110,9 @@ ...@@ -108,7 +110,9 @@
</div><!-- end row --> </div><!-- end row -->
</div><!-- end content --> </div><!-- end content -->
{{-- @endif --}}
{{-- @if(!isset($setting['sidebar']) || strtolower($setting['sidebar'] == 'tampil')) --}}
<div id="sidebar" class="col-lg-4 col-md-4 col-sm-12 col-xs-12"> <div id="sidebar" class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
{{-- <div class="widget"> {{-- <div class="widget">
<div id="google_translate_element"></div> <div id="google_translate_element"></div>
...@@ -209,9 +213,11 @@ ...@@ -209,9 +213,11 @@
{!! $vwidget_right->value_design !!} {!! $vwidget_right->value_design !!}
</div><!-- end widget --> </div><!-- end widget -->
@endforeach @endforeach
</div><!-- end content --> </div><!-- end sidebar -->
{{-- @endif --}}
</div><!-- end container --> </div><!-- end container -->
</section><!--end white-wrapper --> </section><!--end white-wrapper -->
@endif
{{-- Label Body Tambahan --}} {{-- Label Body Tambahan --}}
@if(!isset($setting['body_position']) || strtolower($setting['body_position']) == 'bawah') @if(!isset($setting['body_position']) || strtolower($setting['body_position']) == 'bawah')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment