#68: Updated footer links to andysh.uk

This commit is contained in:
Andy Heathershaw 2018-07-12 06:05:29 +01:00
parent f007371a79
commit 06869a157c
2 changed files with 4 additions and 4 deletions

View File

@ -5,12 +5,12 @@
<p style="font-size: smaller;">
<b>
@lang('global.powered_by', [
'link_start' => '<a href="https://www.andyheathershaw.uk/software/blue-twilight" target="_blank">',
'link_start' => '<a href="https://andysh.uk/software/blue-twilight-php-photo-gallery/" target="_blank">',
'link_end' => '</a>',
])
</b><br/>
@lang('global.copyright', [
'link_start' => '<a href="https://www.andyheathershaw.uk/" target="_blank">',
'link_start' => '<a href="https://andysh.uk/" target="_blank">',
'link_end' => '</a>',
'years' => (date('Y') == 2016 ? '2016' : '2016-' . date('Y'))
])

View File

@ -5,12 +5,12 @@
<p style="font-size: smaller;">
<b>
@lang('global.powered_by', [
'link_start' => '<a href="https://www.andyheathershaw.uk/software/blue-twilight" target="_blank">',
'link_start' => '<a href="https://andysh.uk/software/blue-twilight-php-photo-gallery/" target="_blank">',
'link_end' => '</a>',
])
</b><br/>
@lang('global.copyright', [
'link_start' => '<a href="https://www.andyheathershaw.uk/" target="_blank">',
'link_start' => '<a href="https://andysh.uk/" target="_blank">',
'link_end' => '</a>',
'years' => (date('Y') == 2016 ? '2016' : '2016-' . date('Y'))
])