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:
parent
f9efdbf44f
commit
8906430b13
4 changed files with 37 additions and 4 deletions
|
@ -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";
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue