@if($homecontents and $homecontents->theme == 6)
{!! Theme::section('theme/community-layouts.header-static') !!}
{!! $content !!}
{!! Theme::section('theme/community-layouts.footer-static') !!}
@else
{!! Theme::section('theme/community-layouts.header') !!}
{!! $content !!}
{!! Theme::section('theme/community-layouts.footer') !!}
@endif