info.php
Blame |
Last modification |
View Log
<?PHP
$pluginInfo = new PluginInfo
();
$pluginInfo->path = "filelistwidget";
$pluginInfo->name = "FileList Widget";
$pluginInfo->authorName = "ContentLion";
$pluginInfo->authorLink = "http://contentlion.org";
$pluginInfo->version = "1.0.4";
$pluginInfo->license = "GPL 2";
$pluginInfo->licenseUrl = "http://www.gnu.org/licenses/gpl.html";
$pluginInfo->supportedLanguages = array("de","en");
$this->Add($pluginInfo);
?>