committed by
QWp6t
parent
f2c47cf41b
commit
be1b8887f4
@@ -1,8 +1,8 @@
|
||||
<!doctype html>
|
||||
<html @php(language_attributes())>
|
||||
<html @php language_attributes() @endphp>
|
||||
@include('partials.head')
|
||||
<body @php(body_class())>
|
||||
@php(do_action('get_header'))
|
||||
<body @php body_class() @endphp>
|
||||
@php do_action('get_header') @endphp
|
||||
@include('partials.header')
|
||||
<div class="wrap container" role="document">
|
||||
<div class="content">
|
||||
@@ -16,8 +16,8 @@
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
@php(do_action('get_footer'))
|
||||
@php do_action('get_footer') @endphp
|
||||
@include('partials.footer')
|
||||
@php(wp_footer())
|
||||
@php wp_footer() @endphp
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user