Browse Source

Rating icons also for rating details

Icons now working on rating details
master
Horus68 8 years ago
parent
commit
5a0785f646
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base.php

+ 1
- 1
base.php View File

@@ -419,7 +419,7 @@ class Entry
Tag::ALL_TAGS_ID => 'images/tag.png',
Language::ALL_LANGUAGES_ID => 'images/language.png',
CustomColumn::ALL_CUSTOMS_ID => 'images/custom.png',
"cops:rating$" => 'images/rating.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'


Loading…
Cancel
Save