// Start Plugin code
$plugname[$i] = ''; // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc.
$plugurl[$i] = ''; // This is the location, link, or URL to the plugin
$plugadmin[$i] = false; // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins, false when it's can be used by anyone
$plugimg[$i] = ''; // This is the path (full URL) to the image to show in front of the text.
$i++;
// End plugin code. |