From 41974dedb8dd43960e9e7cdc9c1874a75ea33ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 26 Jun 2012 14:45:20 +0200 Subject: [PATCH] Add new type to the default list --- config_default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_default.php b/config_default.php index df168db..6842e0c 100644 --- a/config_default.php +++ b/config_default.php @@ -79,5 +79,5 @@ * The two first will be displayed in book entries * The other only appear in book detail */ - $config['cops_prefered_format'] = array ("EPUB", "PDF"); + $config['cops_prefered_format'] = array ("EPUB", "PDF", "MOBI", "CBR", "CBZ"); ?> \ No newline at end of file