projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380f24d
)
Standalone - Fix favicon
author
colemanw
<coleman@civicrm.org>
Sun, 10 Dec 2023 19:14:33 +0000
(14:14 -0500)
committer
colemanw
<coleman@civicrm.org>
Sun, 10 Dec 2023 19:16:49 +0000
(14:16 -0500)
templates/CRM/common/standalone.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/common/standalone.tpl
b/templates/CRM/common/standalone.tpl
index 75f7382abd8742ff21983597b0b58ca29171d2f9..d48d65b2f68cc0ba77cae6af4a146f26e0de84ca 100644
(file)
--- a/
templates/CRM/common/standalone.tpl
+++ b/
templates/CRM/common/standalone.tpl
@@
-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)}