Browse Source

add favicon

main
ghost 3 years ago
parent
commit
3c76931a12
  1. 2
      src/application/view/common/header/guest.phtml
  2. 2
      src/application/view/common/header/user.phtml
  3. BIN
      src/public/image/favicon.ico

2
src/application/view/common/header/guest.phtml

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
<title><?php echo $metaTitle ?></title>
<base href="<?php echo PROJECT_HOST ?>" />
<meta name="description" content="Twisterarmy Cloud is the open source web interface to interact twister network without node installation." />
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon">
<link rel="icon" href="/image/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/template/default/font.css" />
<link rel="stylesheet" type="text/css" href="css/template/default/bi.css" />
<link rel="stylesheet" type="text/css" href="css/template/default/app.css" />

2
src/application/view/common/header/user.phtml

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
<title><?php echo $metaTitle ?></title>
<base href="<?php echo PROJECT_HOST ?>" />
<meta name="description" content="Twisterarmy Cloud is the open source web interface to interact twister network without node installation." />
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon">
<link rel="icon" href="/image/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/template/default/font.css" />
<link rel="stylesheet" type="text/css" href="css/template/default/bi.css" />
<link rel="stylesheet" type="text/css" href="css/template/default/app.css?v=3" />

BIN
src/public/image/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Loading…
Cancel
Save