use subdomain as link
This commit is contained in:
parent
90596323e1
commit
f171441b60
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue