Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e628a913 authored by Ronak Patel's avatar Ronak Patel
Browse files

patch to add different favicon for each pages

parent a6680397
Loading
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
--- ./core/templates/layout.user-new.php	2022-06-21 18:13:58.237856036 +0530
+++ ./core/templates/layout.user.php	2022-06-21 18:14:04.866259382 +0530
@@ -18,7 +18,7 @@
 		<meta name="apple-mobile-web-app-title" content="<?php p((!empty($_['application']) && $_['appid'] != 'files')? $_['application']:$theme->getTitle()); ?>">
 		<meta name="mobile-web-app-capable" content="yes">
 		<meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>">
-		<link rel="icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>">
+		<link rel="icon" href="<?php print_unescaped(image_path($_['appid'], 'app.svg')); /* IE11+ supports png */ ?>">
 		<link rel="apple-touch-icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
 		<link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
 		<link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>">