use subdomain as link

master
Jean-Christian Paul Denis 2023-08-07 23:20:32 +02:00
parent 90596323e1
commit f171441b60
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Utils
if (My::settings()->getGlobal('distant_api_url')) { if (My::settings()->getGlobal('distant_api_url')) {
echo sprintf( echo sprintf(
'<ul><li><a href="%s" title="%s" class="outgoing">%s<img src="%s" /></a></ul></li>', '<ul><li><a href="%s" title="%s" class="outgoing">%s<img src="%s" /></a></ul></li>',
'https://dotclear.watch/statistics', 'https://statistics.dotclear.watch',
__('DotclearWatch plugin statistics'), __('DotclearWatch plugin statistics'),
__('Tracked by dotclear.watch'), __('Tracked by dotclear.watch'),
My::fileURL('icon.svg') My::fileURL('icon.svg')