$L->g('Plugins'), 'icon'=>'puzzle-piece')); echo '
'.$L->g('Name').' | '.$L->g('Description').' | '.$L->g('Version').' | '.$L->g('Author').' |
---|---|---|---|
'.$Plugin->name().'
';
if($Plugin->installed()) {
if(method_exists($Plugin, 'form')) {
echo ''.$L->g('Settings').'';
echo ' | ';
}
echo ''.$L->g('Deactivate').'';
}
else {
echo ''.$L->g('Activate').'';
}
echo '
| ';
echo '';
echo $Plugin->description();
if( !$Plugin->isCompatible() ) {
echo ' This plugin is incompatible with Bludit v'.BLUDIT_VERSION.' ';
}
echo ' | ';
echo '
'.$Plugin->version().' | '.$Plugin->author().' | '; echo '