Skip to content

Commit

Permalink
NEW Use the squarre logo as favicon of pages
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 11, 2019
1 parent 5801d09 commit 992b929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/main.inc.php
Expand Up @@ -1234,7 +1234,7 @@ function top_htmlhead($head, $title = '', $disablejs = 0, $disablehead = 0, $arr
//if (empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) print '<link rel="author" title="Dolibarr Development Team" href="https://www.dolibarr.org">'."\n";

// Mobile appli like icon
$manifest = DOL_MAIN_URL_ROOT . '/theme/'.$conf->theme.'/manifest.json.php';
$manifest = DOL_URL_ROOT . '/theme/'.$conf->theme.'/manifest.json.php';
if(!empty($manifest)){
print '<link rel="manifest" href="'.$manifest.'" />'."\n";
}
Expand Down
2 changes: 1 addition & 1 deletion htdocs/theme/eldy/manifest.json.php
Expand Up @@ -46,7 +46,7 @@
"name": "<?php echo $appli; ?>",
"icons": [
{
"src": "<?php echo dol_buildpath('/theme/common/dolibarr_logo_256x256.png', 2); ?>",
"src": "<?php echo DOL_URL_ROOT.'/theme/common/dolibarr_logo_256x256.png'; ?>",
"sizes": "256x256",
"type": "image/png"
}
Expand Down

0 comments on commit 992b929

Please sign in to comment.