Skip to content

Commit 138d9b9

Browse files
creator removed from footer
1 parent fddce5f commit 138d9b9

4 files changed

Lines changed: 0 additions & 20 deletions

File tree

config/config.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,4 @@
2121
'videos' => 'how_to_addon_videos',
2222
],
2323

24-
/*
25-
|--------------------------------------------------------------------------
26-
| Show created by in addon footer
27-
|--------------------------------------------------------------------------
28-
|
29-
| You can choose, if you want to show the "Addon created by" reference in
30-
| the footer. If you don't want to show it, set it to false.
31-
|
32-
*/
33-
34-
'show_created_by' => true,
35-
3624
];

resources/views/partials/footer.blade.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

resources/views/videos/index.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,4 @@
4444

4545
</div>
4646

47-
@include('howToAddon::partials.footer')
48-
4947
@stop

resources/views/videos/show.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@
2323

2424
</div>
2525

26-
@include('howToAddon::partials.footer')
2726
@stop

0 commit comments

Comments
 (0)