Installing a plugin

In order to install a plugin, you should copy the plugin folder to the directory "plugins" and add a reference to it in the file config/config.php. Your new plugin line should look similar to this:

$plugins[] = 'your_plugin_name';

There are two separate plugin sections in config.php: one for the desktop skins and one for the mobile skins. Place the plugin in the desktop section if you'd like it to be used by the desktop skins, and in the mobile section if you'd like it to be used by the mobile skins. Please note that some plugins will not function properly on mobile devices, so it's best to keep the mobile plugin list to a minimum.

Please note that we cannot provide support for any third party plugins installed in Ensignia.