add support for twitter buttons

This commit is contained in:
Andrew Dolgov
2010-11-22 14:04:32 +03:00
parent 083020ad8d
commit 96d446011b
4 changed files with 33 additions and 1 deletions

View File

@@ -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).