Hello,
in newer versions of APEX we have the #FAVICONS# Page Template Substitution, which can be overriden (per the Application: User Interface > Favicon HTML). If this is empty, Theme 42 uses some default lines like these:
<link rel="shortcut icon" href="/i/favicon.ico">
<link rel="icon" sizes="16x16" href="/i/favicon-16x16.png">
<link rel="icon" sizes="32x32" href="/i/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="/i/favicon-180x180.png">
Since we own an awful lot of applications, we would like to edit this #FAVICON# template default - but where? Is it editable at all?
Thanks.