Merge pull request #244 from horus68/icons_feed

Images for feed categories - new set and missing ones
This commit is contained in:
Sébastien Lucas 2016-01-14 14:15:30 +01:00
revīzija 808a2cf84d
11 mainīti faili ar 4 papildinājumiem un 2 dzēšanām

1
README
Parādīt failu

@ -73,6 +73,7 @@ It's tested by me and many other users but there's still some little bugs around
* str_format function come from http://tmont.com/blargh/2010/1/string-format-in-php
* All icons come from Font Awesome : http://fontawesome.github.io/Font-Awesome/
* Thanks to all testers, translators and contributors.
* Feed icons made by Freepik from Flaticon website licensed under Creative Commons BY 3.0 http://www.flaticon.com and http://www.freepik.com
External libraries used :
* JQuery : http://jquery.com/

Parādīt failu

@ -418,7 +418,8 @@ class Entry
Book::ALL_RECENT_BOOKS_ID => 'images/recent.png',
Tag::ALL_TAGS_ID => 'images/tag.png',
Language::ALL_LANGUAGES_ID => 'images/language.png',
CustomColumn::ALL_CUSTOMS_ID => 'images/tag.png',
CustomColumn::ALL_CUSTOMS_ID => 'images/custom.png',
Rating::ALL_RATING_ID => 'images/rating.png',
"cops:books$" => 'images/allbook.png',
"cops:books:letter" => 'images/allbook.png',
Publisher::ALL_PUBLISHERS_ID => 'images/publisher.png'
@ -572,7 +573,7 @@ class Page
$this->query = $pquery;
$this->n = $pn;
$this->favicon = $config['cops_icon'];
$this->authorName = empty($config['cops_author_name']) ? utf8_encode('S<EFBFBD>bastien Lucas') : $config['cops_author_name'];
$this->authorName = empty($config['cops_author_name']) ? utf8_encode('Sébastien Lucas') : $config['cops_author_name'];
$this->authorUri = empty($config['cops_author_uri']) ? 'http://blog.slucas.fr' : $config['cops_author_uri'];
$this->authorEmail = empty($config['cops_author_email']) ? 'sebastien@slucas.fr' : $config['cops_author_email'];
}

Bināro failu nav iespējams attēlot.

Pirms

Platums:  |  Augstums:  |  Izmērs: 622 B

Pēc

Platums:  |  Augstums:  |  Izmērs: 1.1 KiB

Bināro failu nav iespējams attēlot.

Pirms

Platums:  |  Augstums:  |  Izmērs: 741 B

Pēc

Platums:  |  Augstums:  |  Izmērs: 1.2 KiB

Binārs
images/custom.png Normal file

Bināro failu nav iespējams attēlot.

Pēc

Platums:  |  Augstums:  |  Izmērs: 1.6 KiB

Binārs
images/language.png Normal file

Bināro failu nav iespējams attēlot.

Pēc

Platums:  |  Augstums:  |  Izmērs: 1.9 KiB

Binārs
images/publisher.png Normal file

Bināro failu nav iespējams attēlot.

Pēc

Platums:  |  Augstums:  |  Izmērs: 215 B

Binārs
images/rating.png Normal file

Bināro failu nav iespējams attēlot.

Pēc

Platums:  |  Augstums:  |  Izmērs: 1.3 KiB

Bināro failu nav iespējams attēlot.

Pirms

Platums:  |  Augstums:  |  Izmērs: 626 B

Pēc

Platums:  |  Augstums:  |  Izmērs: 1.6 KiB

Bināro failu nav iespējams attēlot.

Pirms

Platums:  |  Augstums:  |  Izmērs: 748 B

Pēc

Platums:  |  Augstums:  |  Izmērs: 2.1 KiB

Binārs
images/tag.png

Bināro failu nav iespējams attēlot.

Pirms

Platums:  |  Augstums:  |  Izmērs: 586 B

Pēc

Platums:  |  Augstums:  |  Izmērs: 1.1 KiB