Change the way format are handled in HTML catalog.
More work remaining to make it clean
This commit is contained in:
parent
9a8e9bacae
commit
06ce256e55
4 changed files with 36 additions and 12 deletions
|
@ -73,4 +73,11 @@
|
|||
* http://www.php.net/manual/en/timezones.php
|
||||
*/
|
||||
$config['default_timezone'] = "Europe/Paris";
|
||||
|
||||
/*
|
||||
* Prefered format for HTML catalog
|
||||
* The two first will be displayed in book entries
|
||||
* The other only appear in book detail
|
||||
*/
|
||||
$config['cops_prefered_format'] = array ("EPUB", "PDF");
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue