$L->g('Plugins'), 'icon'=>'puzzle-piece')); echo ' '.$L->g('Change the position of the plugins').''; 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 ''; echo $Plugin->description(); echo ' | '; echo ''; // if( !$Plugin->isCompatible() ) { // echo ''; // } echo ''.$Plugin->version().''; echo ' | '; echo ''.$Plugin->author().' | '; echo '