]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/define.inc.php
Fixed bugs, added a flattr button and an option
[github/wallabag/wallabag.git] / inc / poche / define.inc.php
index 3f66743076f5ef306e94fe0635d0ed7af7bc3535..62777282a34687d9c193e23c71e4c14d66af9cd3 100644 (file)
@@ -20,8 +20,9 @@ define ('DEBUG_POCHE', FALSE);
 define ('DOWNLOAD_PICTURES', FALSE);
 define ('SHARE_TWITTER', TRUE);
 define ('SHARE_MAIL', TRUE);
-define ('SHARE_SHAARLI', FALSE);
+define ('SHARE_SHAARLI', TRUE);
 define ('SHAARLI_URL', 'http://myshaarliurl.com');
+define ('FLATTR', TRUE);
 define ('ABS_PATH', 'assets/');
 define ('TPL', __DIR__ . '/../../tpl');
 define ('LOCALE', __DIR__  . '/../../locale');