diff options
Diffstat (limited to 'themes/baggy')
-rwxr-xr-x | themes/baggy/_head.twig | 31 | ||||
-rwxr-xr-x | themes/baggy/img/apple-touch-icon-114.png | bin | 2281 -> 0 bytes | |||
-rwxr-xr-x | themes/baggy/img/apple-touch-icon-120.png | bin | 2318 -> 0 bytes | |||
-rwxr-xr-x | themes/baggy/img/apple-touch-icon-144.png | bin | 2718 -> 0 bytes | |||
-rwxr-xr-x | themes/baggy/img/apple-touch-icon-152.png | bin | 2835 -> 0 bytes | |||
-rwxr-xr-x | themes/baggy/img/apple-touch-icon-57.png | bin | 1582 -> 0 bytes | |||
-rwxr-xr-x | themes/baggy/img/apple-touch-icon-72.png | bin | 1709 -> 0 bytes | |||
-rwxr-xr-x | themes/baggy/img/apple-touch-icon-76.png | bin | 1838 -> 0 bytes | |||
-rwxr-xr-x | themes/baggy/img/apple-touch-icon.png | bin | 1579 -> 0 bytes | |||
-rwxr-xr-x | themes/baggy/img/favicon.ico | bin | 34494 -> 0 bytes |
10 files changed, 27 insertions, 4 deletions
diff --git a/themes/baggy/_head.twig b/themes/baggy/_head.twig index be11673f..5e1f5ba3 100755 --- a/themes/baggy/_head.twig +++ b/themes/baggy/_head.twig | |||
@@ -1,12 +1,35 @@ | |||
1 | <link rel="shortcut icon" type="image/x-icon" href="{{ poche_url }}themes/{{theme}}/img/favicon.ico" /> | 1 | <link rel="shortcut icon" type="image/x-icon" href="{{ poche_url }}themes/_global/img/appicon/favicon.ico"> |
2 | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ poche_url }}themes/{{theme}}/img/apple-touch-icon-144x144-precomposed.png"> | 2 | |
3 | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ poche_url }}themes/{{theme}}/img/apple-touch-icon-72x72-precomposed.png"> | 3 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-152.png" sizes="152x152"> |
4 | <link rel="apple-touch-icon-precomposed" href="{{ poche_url }}themes/{{theme}}/img/apple-touch-icon-precomposed.png"> | 4 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-152.png" sizes="152x152"> |
5 | |||
6 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-144.png" sizes="144x144"> | ||
7 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-144.png" sizes="144x144"> | ||
8 | |||
9 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-120.png" sizes="120x120"> | ||
10 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-120.png" sizes="120x120"> | ||
11 | |||
12 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-114.png" sizes="114x114"> | ||
13 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-114.png" sizes="114x114"> | ||
14 | |||
15 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-76.png" sizes="76x76"> | ||
16 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-76.png" sizes="76x76"> | ||
17 | |||
18 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-72.png" sizes="72x72"> | ||
19 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-72.png" sizes="72x72"> | ||
20 | |||
21 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-57.png" sizes="57x57"> | ||
22 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-57.png" sizes="57x57"> | ||
23 | |||
24 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon.png"> | ||
25 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon.png"> | ||
26 | |||
5 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/ratatouille.css" media="all"> | 27 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/ratatouille.css" media="all"> |
6 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/font.css" media="all"> | 28 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/font.css" media="all"> |
7 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/main.css" media="all"> | 29 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/main.css" media="all"> |
8 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/messages.css" media="all"> | 30 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/messages.css" media="all"> |
9 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print"> | 31 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print"> |
32 | |||
10 | <script src="{{ poche_url }}themes/default/js/jquery-2.0.3.min.js"></script> | 33 | <script src="{{ poche_url }}themes/default/js/jquery-2.0.3.min.js"></script> |
11 | <script src="{{ poche_url }}themes/default/js/autoClose.js"></script> | 34 | <script src="{{ poche_url }}themes/default/js/autoClose.js"></script> |
12 | <script src="{{ poche_url }}themes/{{theme}}/js/jquery.cookie.js"></script> | 35 | <script src="{{ poche_url }}themes/{{theme}}/js/jquery.cookie.js"></script> |
diff --git a/themes/baggy/img/apple-touch-icon-114.png b/themes/baggy/img/apple-touch-icon-114.png deleted file mode 100755 index 0e96edd5..00000000 --- a/themes/baggy/img/apple-touch-icon-114.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/themes/baggy/img/apple-touch-icon-120.png b/themes/baggy/img/apple-touch-icon-120.png deleted file mode 100755 index dc5aab1c..00000000 --- a/themes/baggy/img/apple-touch-icon-120.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/themes/baggy/img/apple-touch-icon-144.png b/themes/baggy/img/apple-touch-icon-144.png deleted file mode 100755 index 1d005db6..00000000 --- a/themes/baggy/img/apple-touch-icon-144.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/themes/baggy/img/apple-touch-icon-152.png b/themes/baggy/img/apple-touch-icon-152.png deleted file mode 100755 index f915231f..00000000 --- a/themes/baggy/img/apple-touch-icon-152.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/themes/baggy/img/apple-touch-icon-57.png b/themes/baggy/img/apple-touch-icon-57.png deleted file mode 100755 index 5aa19ed9..00000000 --- a/themes/baggy/img/apple-touch-icon-57.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/themes/baggy/img/apple-touch-icon-72.png b/themes/baggy/img/apple-touch-icon-72.png deleted file mode 100755 index b8b48e1b..00000000 --- a/themes/baggy/img/apple-touch-icon-72.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/themes/baggy/img/apple-touch-icon-76.png b/themes/baggy/img/apple-touch-icon-76.png deleted file mode 100755 index 9f9dba27..00000000 --- a/themes/baggy/img/apple-touch-icon-76.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/themes/baggy/img/apple-touch-icon.png b/themes/baggy/img/apple-touch-icon.png deleted file mode 100755 index 9cf29e2b..00000000 --- a/themes/baggy/img/apple-touch-icon.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/themes/baggy/img/favicon.ico b/themes/baggy/img/favicon.ico deleted file mode 100755 index 0346558b..00000000 --- a/themes/baggy/img/favicon.ico +++ /dev/null | |||
Binary files differ | |||