ソースを参照

Merge pull request #244 from horus68/icons_feed

Images for feed categories - new set and missing ones
master
Sébastien Lucas 8年前
コミット
808a2cf84d
11個のファイルの変更4行の追加2行の削除
  1. +1
    -0
      README
  2. +3
    -2
      base.php
  3. バイナリ
      images/allbook.png
  4. バイナリ
      images/author.png
  5. バイナリ
      images/custom.png
  6. バイナリ
      images/language.png
  7. バイナリ
      images/publisher.png
  8. バイナリ
      images/rating.png
  9. バイナリ
      images/recent.png
  10. バイナリ
      images/serie.png
  11. バイナリ
      images/tag.png

+ 1
- 0
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/


+ 3
- 2
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',
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('Sbastien 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'];
}


バイナリ
images/allbook.png ファイルの表示

変更前 変更後
幅: 16  |  高さ: 16  |  サイズ: 622B 幅: 64  |  高さ: 64  |  サイズ: 1.1KB

バイナリ
images/author.png ファイルの表示

変更前 変更後
幅: 16  |  高さ: 16  |  サイズ: 741B 幅: 64  |  高さ: 64  |  サイズ: 1.2KB

バイナリ
images/custom.png ファイルの表示

変更前 変更後
幅: 64  |  高さ: 64  |  サイズ: 1.6KB

バイナリ
images/language.png ファイルの表示

変更前 変更後
幅: 64  |  高さ: 64  |  サイズ: 1.9KB

バイナリ
images/publisher.png ファイルの表示

変更前 変更後
幅: 64  |  高さ: 64  |  サイズ: 215B

バイナリ
images/rating.png ファイルの表示

変更前 変更後
幅: 64  |  高さ: 64  |  サイズ: 1.3KB

バイナリ
images/recent.png ファイルの表示

変更前 変更後
幅: 16  |  高さ: 16  |  サイズ: 626B 幅: 64  |  高さ: 64  |  サイズ: 1.6KB

バイナリ
images/serie.png ファイルの表示

変更前 変更後
幅: 16  |  高さ: 16  |  サイズ: 748B 幅: 64  |  高さ: 64  |  サイズ: 2.1KB

バイナリ
images/tag.png ファイルの表示

変更前 変更後
幅: 16  |  高さ: 16  |  サイズ: 586B 幅: 64  |  高さ: 64  |  サイズ: 1.1KB

読み込み中…
キャンセル
保存