diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-02 09:38:02 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-02 09:38:02 +0000 |
commit | cee739e6278020dd4d79a5dcd86465c6c6a44a6c (patch) | |
tree | ac1399996ba74719599c5619fef93f0a536bc532 /data/config.default.php | |
parent | b622fda3ad7679dd0b0daaa9c45c86efc5abdaeb (diff) | |
download | semanticscuttle-cee739e6278020dd4d79a5dcd86465c6c6a44a6c.tar.gz semanticscuttle-cee739e6278020dd4d79a5dcd86465c6c6a44a6c.tar.bz2 |
add horizontal voting links and switch config setting
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@498 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'data/config.default.php')
-rw-r--r-- | data/config.default.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 11aa997..4a17503 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -415,6 +415,15 @@ $enableCommonBookmarkDescription = true; */ $enableVoting = true; +/** + * Voting mode: + * 1 - voting badge + * 2 - voting links: hand up/down + * + * @var integer + */ +$votingMode = 2; + /**************************** * Website Thumbnails |