X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fpoche%2Fdefine.inc.php;h=2d0a39ec4f5da5fc31be63bc318c3b96862dd457;hb=e6a8dd60af37ec2a32d8587c47ba54101a56ad87;hp=2154ce8819f95aad7cb62802aa5c7481fdf4f95a;hpb=1e0f9166cc9a9d99d48ac1d9b3159adb8a1f8c9c;p=github%2Fwallabag%2Fwallabag.git 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'); define ('LOCALE', __DIR__ . '/../../locale'); define ('CACHE', __DIR__ . '/../../cache'); define ('PAGINATION', '10'); -define ('THEME', 'light'); \ No newline at end of file +define ('THEME', 'light'); + +define ('IMPORT_POCKET_FILE', './ril_export.html'); +define ('IMPORT_READABILITY_FILE', './readability'); +define ('IMPORT_INSTAPAPER_FILE', './instapaper-export.html'); \ No newline at end of file