diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-07 13:13:24 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-07 13:13:24 +0100 |
commit | d866e8be91de61a9b7dc40ae68c2390e0e05201d (patch) | |
tree | e8cfc000cefd4a5fcee0e0ae999923f80ae580c8 | |
parent | fcb5fd27e2fe7de36a9e2dffc818686a08ecc4db (diff) | |
download | wallabag-d866e8be91de61a9b7dc40ae68c2390e0e05201d.tar.gz wallabag-d866e8be91de61a9b7dc40ae68c2390e0e05201d.tar.zst wallabag-d866e8be91de61a9b7dc40ae68c2390e0e05201d.zip |
[change] poche logo is now at SVG format, see #373
-rw-r--r-- | themes/default/_top.twig | 2 | ||||
-rw-r--r-- | themes/default/img/apple-touch-icon-144x144-precomposed.png | bin | 7349 -> 2361 bytes | |||
-rw-r--r-- | themes/default/img/apple-touch-icon-72x72-precomposed.png | bin | 6168 -> 1375 bytes | |||
-rw-r--r-- | themes/default/img/apple-touch-icon.png | bin | 5803 -> 1174 bytes | |||
-rw-r--r-- | themes/default/img/logo.png | bin | 1350 -> 0 bytes | |||
-rw-r--r-- | themes/default/img/logo.svg | 8 |
6 files changed, 9 insertions, 1 deletions
diff --git a/themes/default/_top.twig b/themes/default/_top.twig index b5f65028..083be152 100644 --- a/themes/default/_top.twig +++ b/themes/default/_top.twig | |||
@@ -1,6 +1,6 @@ | |||
1 | <header class="w600p center mbm"> | 1 | <header class="w600p center mbm"> |
2 | <h1> | 2 | <h1> |
3 | {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.png" alt="logo poche" />{% endblock %} | 3 | {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" alt="logo poche" />{% endblock %} |
4 | {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a> | 4 | {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a> |
5 | {% endif %} | 5 | {% endif %} |
6 | </h1> | 6 | </h1> |
diff --git a/themes/default/img/apple-touch-icon-144x144-precomposed.png b/themes/default/img/apple-touch-icon-144x144-precomposed.png index 557b479c..9e951230 100644 --- a/themes/default/img/apple-touch-icon-144x144-precomposed.png +++ b/themes/default/img/apple-touch-icon-144x144-precomposed.png | |||
Binary files differ | |||
diff --git a/themes/default/img/apple-touch-icon-72x72-precomposed.png b/themes/default/img/apple-touch-icon-72x72-precomposed.png index e167d3a4..263419b1 100644 --- a/themes/default/img/apple-touch-icon-72x72-precomposed.png +++ b/themes/default/img/apple-touch-icon-72x72-precomposed.png | |||
Binary files differ | |||
diff --git a/themes/default/img/apple-touch-icon.png b/themes/default/img/apple-touch-icon.png index 4d222fba..ac8a1cf0 100644 --- a/themes/default/img/apple-touch-icon.png +++ b/themes/default/img/apple-touch-icon.png | |||
Binary files differ | |||
diff --git a/themes/default/img/logo.png b/themes/default/img/logo.png deleted file mode 100644 index 5305c77d..00000000 --- a/themes/default/img/logo.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/themes/default/img/logo.svg b/themes/default/img/logo.svg new file mode 100644 index 00000000..865da440 --- /dev/null +++ b/themes/default/img/logo.svg | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64"> | ||
3 | <circle cx="32" cy="32" r="29.5" style="fill:#000" /> | ||
4 | <path d="m 16,18 33,0 0,26 -16.5,6 -16.5,-6 z" fill="#fff" /> | ||
5 | <rect width="9" height="2.5" x="17.5" y="24.5" fill="#000" /> | ||
6 | <rect width="9" height="2.5" x="28" y="24.5" fill="#000" /> | ||
7 | <rect width="9" height="2.5" x="38.5" y="24.5" fill="#000" /> | ||
8 | </svg> | ||