Add a config item to avoid using Fancyapps.

For now the about box still use Fancyapps.

Reported by mcister and Northguy
This commit is contained in:
Sébastien Lucas 2012-12-10 06:06:45 +01:00
parent f9efdbf44f
commit 8906430b13
4 changed files with 37 additions and 4 deletions

View file

@ -110,4 +110,11 @@
* 0 : No
*/
$config['cops_author_split_first_letter'] = "1";
/*
* Enable of Fancyapps (for popups)
* 1 : Yes (enable)
* 0 : No
*/
$config['cops_use_fancyapps'] = "1";
?>