diff --git a/resources/views/themes/base/partials/copyright_admin.blade.php b/resources/views/themes/base/partials/copyright_admin.blade.php index 2c4e7e7..af4d48c 100644 --- a/resources/views/themes/base/partials/copyright_admin.blade.php +++ b/resources/views/themes/base/partials/copyright_admin.blade.php @@ -5,12 +5,12 @@

@lang('global.powered_by', [ - 'link_start' => '', + 'link_start' => '', 'link_end' => '', ])
@lang('global.copyright', [ - 'link_start' => '', + 'link_start' => '', 'link_end' => '', 'years' => (date('Y') == 2016 ? '2016' : '2016-' . date('Y')) ]) diff --git a/resources/views/themes/base/partials/copyright_gallery.blade.php b/resources/views/themes/base/partials/copyright_gallery.blade.php index 6b1bc74..91f1066 100644 --- a/resources/views/themes/base/partials/copyright_gallery.blade.php +++ b/resources/views/themes/base/partials/copyright_gallery.blade.php @@ -5,12 +5,12 @@

@lang('global.powered_by', [ - 'link_start' => '', + 'link_start' => '', 'link_end' => '', ])
@lang('global.copyright', [ - 'link_start' => '', + 'link_start' => '', 'link_end' => '', 'years' => (date('Y') == 2016 ? '2016' : '2016-' . date('Y')) ])