aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/Poche.class.php')
-rw-r--r--inc/poche/Poche.class.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index e033ad74..4a5a954b 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -1,9 +1,9 @@
1<?php 1<?php
2/** 2/**
3 * poche, a read it later open source system 3 * wallabag, self hostable application allowing you to not miss any content anymore
4 * 4 *
5 * @category poche 5 * @category wallabag
6 * @author Nicolas LÅ“uillet <support@inthepoche.com> 6 * @author Nicolas LÅ“uillet <nicolas@loeuillet.org>
7 * @copyright 2013 7 * @copyright 2013
8 * @license http://www.wtfpl.net/ see COPYING file 8 * @license http://www.wtfpl.net/ see COPYING file
9 */ 9 */
@@ -29,7 +29,8 @@ class Poche
29 'dark' => array('requires' => array('default')), 29 'dark' => array('requires' => array('default')),
30 'dmagenta' => array('requires' => array('default')), 30 'dmagenta' => array('requires' => array('default')),
31 'solarized' => array('requires' => array('default')), 31 'solarized' => array('requires' => array('default')),
32 'solarized-dark' => array('requires' => array('default')) 32 'solarized-dark' => array('requires' => array('default')),
33 'courgette' => array('requires' => array())
33 ); 34 );
34 35
35 public function __construct() 36 public function __construct()