aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-08 14:38:03 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-08 14:38:03 +0200
commit5a862b0827acc12637c67c69232e861302cb7046 (patch)
treeaf01b14041b24f12ae2942639c8535663c8cd2eb
parent85682e2df73b78942ccce1ed691bdfd72f2f9f00 (diff)
downloadwallabag-5a862b0827acc12637c67c69232e861302cb7046.tar.gz
wallabag-5a862b0827acc12637c67c69232e861302cb7046.tar.zst
wallabag-5a862b0827acc12637c67c69232e861302cb7046.zip
déplacement des icones apple
-rw-r--r--img/apple-touch-icon-144x144-precomposed.png (renamed from apple-touch-icon-144x144-precomposed.png)bin7349 -> 7349 bytes
-rw-r--r--img/apple-touch-icon-72x72-precomposed.png (renamed from apple-touch-icon-72x72-precomposed.png)bin6168 -> 6168 bytes
-rw-r--r--img/apple-touch-icon.png (renamed from apple-touch-icon.png)bin5803 -> 5803 bytes
-rwxr-xr-xindex.php6
4 files changed, 3 insertions, 3 deletions
diff --git a/apple-touch-icon-144x144-precomposed.png b/img/apple-touch-icon-144x144-precomposed.png
index 557b479c..557b479c 100644
--- a/apple-touch-icon-144x144-precomposed.png
+++ b/img/apple-touch-icon-144x144-precomposed.png
Binary files differ
diff --git a/apple-touch-icon-72x72-precomposed.png b/img/apple-touch-icon-72x72-precomposed.png
index e167d3a4..e167d3a4 100644
--- a/apple-touch-icon-72x72-precomposed.png
+++ b/img/apple-touch-icon-72x72-precomposed.png
Binary files differ
diff --git a/apple-touch-icon.png b/img/apple-touch-icon.png
index 4d222fba..4d222fba 100644
--- a/apple-touch-icon.png
+++ b/img/apple-touch-icon.png
Binary files differ
diff --git a/index.php b/index.php
index 0e6cfe5f..df00a4d0 100755
--- a/index.php
+++ b/index.php
@@ -122,9 +122,9 @@ catch (Exception $e)
122 <meta http-equiv="X-UA-Compatible" content="IE=10"> 122 <meta http-equiv="X-UA-Compatible" content="IE=10">
123 <title>poche, a read it later open source system</title> 123 <title>poche, a read it later open source system</title>
124 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> 124 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
125 <link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png"> 125 <link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144x144-precomposed.png">
126 <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png"> 126 <link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72x72-precomposed.png">
127 <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png"> 127 <link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-precomposed.png">
128 <link rel="stylesheet" href="css/knacss.css" media="all"> 128 <link rel="stylesheet" href="css/knacss.css" media="all">
129 <link rel="stylesheet" href="css/style.css" media="all"> 129 <link rel="stylesheet" href="css/style.css" media="all">
130 </head> 130 </head>