From 06869a157c690ea3d11b1a99b9320d763301deea Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Thu, 12 Jul 2018 06:05:29 +0100 Subject: [PATCH] #68: Updated footer links to andysh.uk --- .../views/themes/base/partials/copyright_admin.blade.php | 4 ++-- .../views/themes/base/partials/copyright_gallery.blade.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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')) ])