diff options
Diffstat (limited to 'inc/poche/define.inc.php')
-rw-r--r-- | inc/poche/define.inc.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/inc/poche/define.inc.php b/inc/poche/define.inc.php index 2154ce88..2d0a39ec 100644 --- a/inc/poche/define.inc.php +++ b/inc/poche/define.inc.php | |||
@@ -29,4 +29,8 @@ define ('TPL', __DIR__ . '/../../tpl'); | |||
29 | define ('LOCALE', __DIR__ . '/../../locale'); | 29 | define ('LOCALE', __DIR__ . '/../../locale'); |
30 | define ('CACHE', __DIR__ . '/../../cache'); | 30 | define ('CACHE', __DIR__ . '/../../cache'); |
31 | define ('PAGINATION', '10'); | 31 | define ('PAGINATION', '10'); |
32 | define ('THEME', 'light'); \ No newline at end of file | 32 | define ('THEME', 'light'); |
33 | |||
34 | define ('IMPORT_POCKET_FILE', './ril_export.html'); | ||
35 | define ('IMPORT_READABILITY_FILE', './readability'); | ||
36 | define ('IMPORT_INSTAPAPER_FILE', './instapaper-export.html'); \ No newline at end of file | ||