diff options
Diffstat (limited to 'resources/views/topicpopular.blade.php')
| -rw-r--r-- | resources/views/topicpopular.blade.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/views/topicpopular.blade.php b/resources/views/topicpopular.blade.php index f6a2c8a..e4d2b18 100644 --- a/resources/views/topicpopular.blade.php +++ b/resources/views/topicpopular.blade.php @@ -1,6 +1,7 @@ @extends ('layouts.app') @section ('styles') +@include ('layouts.footer-style') html { height: inherit; } @@ -35,3 +36,7 @@ html { </div> @endsection + +@section ('footer') + @include ('layouts.footer') +@endsection |
