Function parseBoardMod
Parses a boardmod-style (.mod) modification file
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Package.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Package.php
string |
$file |
The modification file to parse |
boolean |
$testing = true |
Whether we're just doing a test |
boolean |
$undo = false |
If true, specifies that the modifications should be undone. Used when uninstalling. |
array |
$theme_paths = array() |
An array of information about custom themes to apply the changes to |
array
|
An array of those changes made. |