Updated links to the public website on ah.uk

This commit is contained in:
Andy Heathershaw 2016-10-26 14:03:00 +01:00
parent e136fa7105
commit 6e068b928b
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<component name="WebServers">
<option name="servers">
<webServer id="b14a34b0-0127-4886-964a-7be75a2281ac" name="Development" url="http://blue-twilight-dev.andys.eu">
<fileTransfer host="mickey.prod.pandy06269.uk0.bigv.io" port="22" rootFolder="/srv/www/blue-twilight-dev" accessType="SFTP">
<fileTransfer host="scar.andys.eu" port="22" rootFolder="/srv/www/blue-twilight-dev" accessType="SFTP">
<advancedOptions>
<advancedOptions dataProtectionLevel="Private" />
</advancedOptions>

View File

@ -2,7 +2,7 @@
return [
'album_no_results_heading' => 'Let\'s get snapping!',
'album_no_results_text' => 'This album is currently empty. If you are the owner of this album, you can upload photos using the :admin_link.',
'album_no_results_text_2' => 'Did you know you can upload photos straight from your smartphone or tablet. Simply access the above link on your device.',
'album_no_results_text_2' => 'Did you know: you can upload photos straight from your smartphone or tablet? Simply access the above link on your device.',
'album_views' => [
'default' => 'Default',
'slideshow' => 'Slideshow'

View File

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