File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
1010 <meta name="theme-color" content="<?php p ($ theme ->getColorPrimary ()); ?> ">
1111 <link rel="icon" href="<?php print_unescaped (image_path ('' , 'favicon.ico ' )); /* IE11+ supports png */ ?> ">
12- <link rel="apple-touch-icon-precomposed " href="<?php print_unescaped (image_path ('' , 'favicon-touch.png ' )); ?> ">
12+ <link rel="apple-touch-icon" href="<?php print_unescaped (image_path ('' , 'favicon-touch.png ' )); ?> ">
1313 <link rel="mask-icon" sizes="any" href="<?php print_unescaped (image_path ('' , 'favicon-mask.svg ' )); ?> " color="<?php p ($ theme ->getColorPrimary ()); ?> ">
1414 <?php emit_css_loading_tags ($ _ ); ?>
1515 <?php emit_script_loading_tags ($ _ ); ?>
Original file line number Diff line number Diff line change 1414 <meta name="apple-itunes-app" content="app-id=<?php p ($ theme ->getiTunesAppId ()); ?> ">
1515 <meta name="theme-color" content="<?php p ($ theme ->getColorPrimary ()); ?> ">
1616 <link rel="icon" href="<?php print_unescaped (image_path ('' , 'favicon.ico ' )); /* IE11+ supports png */ ?> ">
17- <link rel="apple-touch-icon-precomposed " href="<?php print_unescaped (image_path ('' , 'favicon-touch.png ' )); ?> ">
17+ <link rel="apple-touch-icon" href="<?php print_unescaped (image_path ('' , 'favicon-touch.png ' )); ?> ">
1818 <link rel="mask-icon" sizes="any" href="<?php print_unescaped (image_path ('' , 'favicon-mask.svg ' )); ?> " color="<?php p ($ theme ->getColorPrimary ()); ?> ">
1919 <link rel="manifest" href="<?php print_unescaped (image_path ('' , 'manifest.json ' )); ?> ">
2020 <?php emit_css_loading_tags ($ _ ); ?>
Original file line number Diff line number Diff line change 1717 <meta name="mobile-web-app-capable" content="yes">
1818 <meta name="theme-color" content="<?php p ($ theme ->getColorPrimary ()); ?> ">
1919 <link rel="icon" href="<?php print_unescaped (image_path ($ _ ['appid ' ], 'favicon.ico ' )); /* IE11+ supports png */ ?> ">
20- <link rel="apple-touch-icon-precomposed " href="<?php print_unescaped (image_path ($ _ ['appid ' ], 'favicon-touch.png ' )); ?> ">
20+ <link rel="apple-touch-icon" href="<?php print_unescaped (image_path ($ _ ['appid ' ], 'favicon-touch.png ' )); ?> ">
2121 <link rel="mask-icon" sizes="any" href="<?php print_unescaped (image_path ($ _ ['appid ' ], 'favicon-mask.svg ' )); ?> " color="<?php p ($ theme ->getColorPrimary ()); ?> ">
2222 <link rel="manifest" href="<?php print_unescaped (image_path ($ _ ['appid ' ], 'manifest.json ' )); ?> ">
2323 <?php emit_css_loading_tags ($ _ ); ?>
Original file line number Diff line number Diff line change 1717 <meta name="mobile-web-app-capable" content="yes">
1818 <meta name="theme-color" content="<?php p ($ theme ->getColorPrimary ()); ?> ">
1919 <link rel="icon" href="<?php print_unescaped (image_path ($ _ ['appid ' ], 'favicon.ico ' )); /* IE11+ supports png */ ?> ">
20- <link rel="apple-touch-icon-precomposed " href="<?php print_unescaped (image_path ($ _ ['appid ' ], 'favicon-touch.png ' )); ?> ">
20+ <link rel="apple-touch-icon" href="<?php print_unescaped (image_path ($ _ ['appid ' ], 'favicon-touch.png ' )); ?> ">
2121 <link rel="mask-icon" sizes="any" href="<?php print_unescaped (image_path ($ _ ['appid ' ], 'favicon-mask.svg ' )); ?> " color="<?php p ($ theme ->getColorPrimary ()); ?> ">
2222 <link rel="manifest" href="<?php print_unescaped (image_path ($ _ ['appid ' ], 'manifest.json ' )); ?> ">
2323 <?php emit_css_loading_tags ($ _ ); ?>
You can’t perform that action at this time.
0 commit comments