From: <var...@us...> - 2021-07-23 15:22:10
|
Revision: 10359 http://sourceforge.net/p/phpwiki/code/10359 Author: vargenau Date: 2021-07-23 15:22:08 +0000 (Fri, 23 Jul 2021) Log Message: ----------- config/config-dist.ini: add ENABLE_RATEIT Modified Paths: -------------- trunk/config/config-dist.ini Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2021-07-23 15:12:35 UTC (rev 10358) +++ trunk/config/config-dist.ini 2021-07-23 15:22:08 UTC (rev 10359) @@ -1217,10 +1217,11 @@ ; http://www.cynistar.net/~apthorpe/code/babycart/babycart.html BABYCART_PATH = /usr/local/bin/babycart -; wikilens RateIt widget +; RateIt widget. Can be enabled in Sidebar theme. +;ENABLE_RATEIT = true ; style of the stars: empty = yellow, red or red -; RATEIT_IMGPREFIX = -; RATEIT_IMGPREFIX = Star +;RATEIT_IMGPREFIX = +;RATEIT_IMGPREFIX = Star ;RATEIT_IMGPREFIX = BStar ; GraphViz plugin executable: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |