Skip to content

Commit

Permalink
mantis #0018794: Set browser address bar to match brand colours
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Oct 8, 2017
1 parent 2cc2baf commit b7fb3d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontendheader.php
@@ -1,5 +1,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

<meta name="theme-color" content="#2C2C2C"/>
<link rel="apple-touch-icon" href="./images/phplist-touch-icon.png" />
<link rel="apple-touch-icon-precomposed" href="./images/phplist-touch-icon.png" />
<link rel="stylesheet" href="admin/ui/phplist-ui-bootlist/css/style.css?v=<?php echo filemtime(dirname(__FILE__).'/css/style.css'); ?>" />
Expand Down
1 change: 1 addition & 0 deletions pagetop_minified.php
Expand Up @@ -21,6 +21,7 @@
<meta name="Powered-By" content="phplist version <?php echo VERSION?>" />
<meta property="og:title" content="phpList" />
<meta property="og:url" content="http://phplist.com" />
<meta name="theme-color" content="#2C2C2C"/>
<link rel="shortcut icon" href="./images/phplist.ico" />
<link rel="icon" href="./images/phplist.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="./images/phplist-touch-icon.png" />
Expand Down

0 comments on commit b7fb3d2

Please sign in to comment.