diff --git a/README b/README index da7314d..a5dd8a3 100644 --- a/README +++ b/README @@ -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/ diff --git a/base.php b/base.php index ad1fceb..9595c90 100644 --- a/base.php +++ b/base.php @@ -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', + "cops:rating$" => '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�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']; } diff --git a/images/allbook.png b/images/allbook.png index 7d863f9..6803171 100644 Binary files a/images/allbook.png and b/images/allbook.png differ diff --git a/images/author.png b/images/author.png index 79f35cc..5c09d1a 100644 Binary files a/images/author.png and b/images/author.png differ diff --git a/images/custom.png b/images/custom.png new file mode 100644 index 0000000..86020c3 Binary files /dev/null and b/images/custom.png differ diff --git a/images/language.png b/images/language.png new file mode 100644 index 0000000..5b18b4f Binary files /dev/null and b/images/language.png differ diff --git a/images/publisher.png b/images/publisher.png new file mode 100644 index 0000000..f34b24f Binary files /dev/null and b/images/publisher.png differ diff --git a/images/rating.png b/images/rating.png new file mode 100644 index 0000000..68c53c5 Binary files /dev/null and b/images/rating.png differ diff --git a/images/recent.png b/images/recent.png index 783c833..e792a20 100644 Binary files a/images/recent.png and b/images/recent.png differ diff --git a/images/serie.png b/images/serie.png index 0f9ed4d..fcf4140 100644 Binary files a/images/serie.png and b/images/serie.png differ diff --git a/images/tag.png b/images/tag.png index 9757fc6..746d236 100644 Binary files a/images/tag.png and b/images/tag.png differ