Add a config item to specify a custom icon. Based on a patch by Tyler J. Wagner.
This commit is contained in:
parent
2134661ee7
commit
00d7e1da4a
4 changed files with 19 additions and 8 deletions
|
@ -59,7 +59,13 @@
|
|||
* Height of thumbnail image for HTML
|
||||
*/
|
||||
$config['cops_html_thumbnail_height'] = "70";
|
||||
|
||||
|
||||
/*
|
||||
* Icon for both OPDS and HTML catalog
|
||||
* Note that this has to be a real icon (.ico)
|
||||
*/
|
||||
$config['cops_icon'] = "favicon.ico";
|
||||
|
||||
/*
|
||||
* Show icon for authors, series, tags and books on OPDS feed
|
||||
* 1 : enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue