Commit 7cbfcaa0 by Triyah Fatmawati

tambah setting main content

parent 91e95fe0
......@@ -48,8 +48,10 @@
</section>
@endif
@endif
@if(!isset($setting['default_content']) || strtolower($setting['default_content'] == 'tampil'))
<section class="blog-wrapper">
<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 class="title">
<h2>Berita Terbaru
......@@ -108,7 +110,9 @@
</div><!-- end row -->
</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 class="widget">
<div id="google_translate_element"></div>
......@@ -209,9 +213,11 @@
{!! $vwidget_right->value_design !!}
</div><!-- end widget -->
@endforeach
</div><!-- end content -->
</div><!-- end sidebar -->
{{-- @endif --}}
</div><!-- end container -->
</section><!--end white-wrapper -->
@endif
{{-- Label Body Tambahan --}}
@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