From 96d446011bd340c8dc6362876d846e8b89e4341a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Nov 2010 14:04:32 +0300 Subject: add support for twitter buttons --- config.php-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 85e682cca..a7ab86283 100644 --- a/config.php-dist +++ b/config.php-dist @@ -171,6 +171,9 @@ define('SPHINX_INDEX', 'ttrss'); // Index name in Sphinx configuration + define('ENABLE_TWEET_BUTTON', false); + // Enable 'tweet this' button for articles + define('CONFIG_VERSION', 20); // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file). -- cgit v1.2.3