mirror of
https://github.com/friendica/friendica
synced 2025-04-28 17:44:22 +02:00
Add link to 512px icon, fix missing link
This commit is contained in:
parent
2d0e0cd310
commit
b830c42ec1
2 changed files with 6 additions and 1 deletions
|
@ -233,7 +233,7 @@ class Page implements ArrayAccess
|
|||
|
||||
$touch_icon = $config->get('system', 'touch_icon');
|
||||
if ($touch_icon == '') {
|
||||
$touch_icon = 'images/friendica-128.png';
|
||||
$touch_icon = 'images/friendica-192.png';
|
||||
}
|
||||
|
||||
Hook::callAll('head', $this->page['htmlhead']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue