Standalone - Fix favicon
authorcolemanw <coleman@civicrm.org>
Sun, 10 Dec 2023 19:14:33 +0000 (14:14 -0500)
committercolemanw <coleman@civicrm.org>
Sun, 10 Dec 2023 19:16:49 +0000 (14:16 -0500)
templates/CRM/common/standalone.tpl

index 75f7382abd8742ff21983597b0b58ca29171d2f9..d48d65b2f68cc0ba77cae6af4a146f26e0de84ca 100644 (file)
@@ -3,7 +3,7 @@
  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <link rel="Shortcut Icon" type="image/x-icon" href="{$config->resourceBase}i/widget/favicon.png" />
+  <link rel="icon" type="image/png" href="{$config->resourceBase}i/logo_lg.png" >
 
   {* @todo crmRegion below should replace this, but not working? *}
   {if isset($pageHTMLHead)}