diff --git a/themes/default/home.blade.php b/themes/default/home.blade.php index 51c175e4..4af8d1b6 100644 --- a/themes/default/home.blade.php +++ b/themes/default/home.blade.php @@ -3,9 +3,15 @@ @section('content')
+ + @hook('footer.modules.before') + @foreach($modules as $module) @include($module['view_path'], $module) @endforeach + + @hook('footer.modules.after') +
@endsection diff --git a/themes/default/layout/footer.blade.php b/themes/default/layout/footer.blade.php index eafb71f0..785d04c8 100644 --- a/themes/default/layout/footer.blade.php +++ b/themes/default/layout/footer.blade.php @@ -3,6 +3,8 @@ $locale = locale(); @endphp + @hook('footer.services.before') + @if ($footer_content['services']['enable'])
@@ -22,6 +24,9 @@
@endif + + @hook('footer.services.after') +
+ + @hookwrapper('footer.copyright') + @endhookwrapper +