diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-03 19:26:54 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-03 19:26:54 +0200 |
commit | 4f5b44bd3bd490309eb2ba7b44df4769816ba729 (patch) | |
tree | 6cefe170dfe0a5a361cb1e2d1fc4d580a3316d02 /tpl/img | |
parent | 2b840e0cfb63a453bea67a98541f3df9c273c5f5 (diff) | |
download | wallabag-4f5b44bd3bd490309eb2ba7b44df4769816ba729.tar.gz wallabag-4f5b44bd3bd490309eb2ba7b44df4769816ba729.tar.zst wallabag-4f5b44bd3bd490309eb2ba7b44df4769816ba729.zip |
twig implementation
Diffstat (limited to 'tpl/img')
-rw-r--r-- | tpl/img/apple-touch-icon-144x144-precomposed.png | bin | 0 -> 7349 bytes |
-rw-r--r-- | tpl/img/apple-touch-icon-72x72-precomposed.png | bin | 0 -> 6168 bytes |
-rw-r--r-- | tpl/img/apple-touch-icon.png | bin | 0 -> 5803 bytes |
-rw-r--r-- | tpl/img/dark/checkmark-off.png | bin | 0 -> 267 bytes |
-rw-r--r-- | tpl/img/dark/checkmark-on.png | bin | 0 -> 221 bytes |
-rw-r--r-- | tpl/img/dark/down.png | bin | 0 -> 223 bytes |
-rw-r--r-- | tpl/img/dark/logo.png | bin | 0 -> 786 bytes |
-rw-r--r-- | tpl/img/dark/remove.png | bin | 0 -> 265 bytes |
-rw-r--r-- | tpl/img/dark/star-off.png | bin | 0 -> 330 bytes |
-rw-r--r-- | tpl/img/dark/star-on.png | bin | 0 -> 277 bytes |
-rw-r--r-- | tpl/img/dark/up.png | bin | 0 -> 225 bytes |
-rw-r--r-- | tpl/img/down.png | bin | 0 -> 216 bytes |
-rw-r--r-- | tpl/img/favicon.ico | bin | 0 -> 346 bytes |
-rw-r--r-- | tpl/img/light/checkmark-off.png | bin | 0 -> 277 bytes |
-rw-r--r-- | tpl/img/light/checkmark-on.png | bin | 0 -> 235 bytes |
-rw-r--r-- | tpl/img/light/remove.png | bin | 0 -> 252 bytes |
-rw-r--r-- | tpl/img/light/star-off.png | bin | 0 -> 314 bytes |
-rw-r--r-- | tpl/img/light/star-on.png | bin | 0 -> 281 bytes |
-rw-r--r-- | tpl/img/logo.png | bin | 0 -> 911 bytes |
-rw-r--r-- | tpl/img/messages/close.png | bin | 0 -> 662 bytes |
-rw-r--r-- | tpl/img/messages/cross.png | bin | 0 -> 655 bytes |
-rw-r--r-- | tpl/img/messages/help.png | bin | 0 -> 786 bytes |
-rw-r--r-- | tpl/img/messages/tick.png | bin | 0 -> 537 bytes |
-rw-r--r-- | tpl/img/messages/warning.png | bin | 0 -> 666 bytes |
-rw-r--r-- | tpl/img/up.png | bin | 0 -> 212 bytes |
25 files changed, 0 insertions, 0 deletions
diff --git a/tpl/img/apple-touch-icon-144x144-precomposed.png b/tpl/img/apple-touch-icon-144x144-precomposed.png new file mode 100644 index 00000000..557b479c --- /dev/null +++ b/tpl/img/apple-touch-icon-144x144-precomposed.png | |||
Binary files differ | |||
diff --git a/tpl/img/apple-touch-icon-72x72-precomposed.png b/tpl/img/apple-touch-icon-72x72-precomposed.png new file mode 100644 index 00000000..e167d3a4 --- /dev/null +++ b/tpl/img/apple-touch-icon-72x72-precomposed.png | |||
Binary files differ | |||
diff --git a/tpl/img/apple-touch-icon.png b/tpl/img/apple-touch-icon.png new file mode 100644 index 00000000..4d222fba --- /dev/null +++ b/tpl/img/apple-touch-icon.png | |||
Binary files differ | |||
diff --git a/tpl/img/dark/checkmark-off.png b/tpl/img/dark/checkmark-off.png new file mode 100644 index 00000000..efc3439f --- /dev/null +++ b/tpl/img/dark/checkmark-off.png | |||
Binary files differ | |||
diff --git a/tpl/img/dark/checkmark-on.png b/tpl/img/dark/checkmark-on.png new file mode 100644 index 00000000..24391c2e --- /dev/null +++ b/tpl/img/dark/checkmark-on.png | |||
Binary files differ | |||
diff --git a/tpl/img/dark/down.png b/tpl/img/dark/down.png new file mode 100644 index 00000000..41ea9604 --- /dev/null +++ b/tpl/img/dark/down.png | |||
Binary files differ | |||
diff --git a/tpl/img/dark/logo.png b/tpl/img/dark/logo.png new file mode 100644 index 00000000..9fba0642 --- /dev/null +++ b/tpl/img/dark/logo.png | |||
Binary files differ | |||
diff --git a/tpl/img/dark/remove.png b/tpl/img/dark/remove.png new file mode 100644 index 00000000..41786fd7 --- /dev/null +++ b/tpl/img/dark/remove.png | |||
Binary files differ | |||
diff --git a/tpl/img/dark/star-off.png b/tpl/img/dark/star-off.png new file mode 100644 index 00000000..90651b54 --- /dev/null +++ b/tpl/img/dark/star-off.png | |||
Binary files differ | |||
diff --git a/tpl/img/dark/star-on.png b/tpl/img/dark/star-on.png new file mode 100644 index 00000000..7fc14477 --- /dev/null +++ b/tpl/img/dark/star-on.png | |||
Binary files differ | |||
diff --git a/tpl/img/dark/up.png b/tpl/img/dark/up.png new file mode 100644 index 00000000..1679e18f --- /dev/null +++ b/tpl/img/dark/up.png | |||
Binary files differ | |||
diff --git a/tpl/img/down.png b/tpl/img/down.png new file mode 100644 index 00000000..b9d536a7 --- /dev/null +++ b/tpl/img/down.png | |||
Binary files differ | |||
diff --git a/tpl/img/favicon.ico b/tpl/img/favicon.ico new file mode 100644 index 00000000..0e9ff779 --- /dev/null +++ b/tpl/img/favicon.ico | |||
Binary files differ | |||
diff --git a/tpl/img/light/checkmark-off.png b/tpl/img/light/checkmark-off.png new file mode 100644 index 00000000..3db5a06d --- /dev/null +++ b/tpl/img/light/checkmark-off.png | |||
Binary files differ | |||
diff --git a/tpl/img/light/checkmark-on.png b/tpl/img/light/checkmark-on.png new file mode 100644 index 00000000..cd3abb2c --- /dev/null +++ b/tpl/img/light/checkmark-on.png | |||
Binary files differ | |||
diff --git a/tpl/img/light/remove.png b/tpl/img/light/remove.png new file mode 100644 index 00000000..f8ad56a3 --- /dev/null +++ b/tpl/img/light/remove.png | |||
Binary files differ | |||
diff --git a/tpl/img/light/star-off.png b/tpl/img/light/star-off.png new file mode 100644 index 00000000..6a0133a7 --- /dev/null +++ b/tpl/img/light/star-off.png | |||
Binary files differ | |||
diff --git a/tpl/img/light/star-on.png b/tpl/img/light/star-on.png new file mode 100644 index 00000000..a9f96eaa --- /dev/null +++ b/tpl/img/light/star-on.png | |||
Binary files differ | |||
diff --git a/tpl/img/logo.png b/tpl/img/logo.png new file mode 100644 index 00000000..f917857f --- /dev/null +++ b/tpl/img/logo.png | |||
Binary files differ | |||
diff --git a/tpl/img/messages/close.png b/tpl/img/messages/close.png new file mode 100644 index 00000000..731aa018 --- /dev/null +++ b/tpl/img/messages/close.png | |||
Binary files differ | |||
diff --git a/tpl/img/messages/cross.png b/tpl/img/messages/cross.png new file mode 100644 index 00000000..1514d51a --- /dev/null +++ b/tpl/img/messages/cross.png | |||
Binary files differ | |||
diff --git a/tpl/img/messages/help.png b/tpl/img/messages/help.png new file mode 100644 index 00000000..5c870176 --- /dev/null +++ b/tpl/img/messages/help.png | |||
Binary files differ | |||
diff --git a/tpl/img/messages/tick.png b/tpl/img/messages/tick.png new file mode 100644 index 00000000..a9925a06 --- /dev/null +++ b/tpl/img/messages/tick.png | |||
Binary files differ | |||
diff --git a/tpl/img/messages/warning.png b/tpl/img/messages/warning.png new file mode 100644 index 00000000..628cf2da --- /dev/null +++ b/tpl/img/messages/warning.png | |||
Binary files differ | |||
diff --git a/tpl/img/up.png b/tpl/img/up.png new file mode 100644 index 00000000..954a8c0a --- /dev/null +++ b/tpl/img/up.png | |||
Binary files differ | |||