get('system', 'touch_icon', 'images/friendica-128.png'); if ($touch_icon == '') { $touch_icon = 'images/friendica-128.png'; } $output = Renderer::replaceMacros($tpl, [ '$touch_icon' => $touch_icon, '$title' => $config->get('config', 'sitename', 'Friendica'), ]); echo $output; exit(); } }