Browse Source

Evolution #130: Prise en compte apple pour favoris

bastien 12 years ago
parent
commit
01e04e4527

+ 2 - 0
src/Muzich/CoreBundle/Resources/views/layout.html.twig View File

@@ -10,6 +10,8 @@
10 10
 	<meta name="description" content="" />
11 11
 	<meta name="keywords" content="" />
12 12
 	<meta name="author" content="" />
13
+  <link href="apple-touch-icon.png" rel="apple-touch-icon">
14
+  
13 15
 	
14 16
 	<link href="{{ asset('favicon.ico') }}" rel="icon" type="image/x-icon" />
15 17
 	<link href="{{ asset('bundles/muzichcore/css/base.css') }}" rel="stylesheet" media="screen" type="text/css" />

BIN
web/apple-touch-icon.png View File