';
echo ' ' . $plugin->name().' ';
echo '';
if (method_exists($plugin, 'form')) {
echo '' . $L->g('Settings') . '';
}
// You can not disable a plugin for theme which is active
if ($plugin->type() != 'theme') {
echo '' . $L->g('Deactivate') . '';
}
echo ' ';
echo ' | ';
echo '';
echo ' ' . $plugin->description() . ' ';
if (in_array($plugin->type(), array('dashboard','theme','editor'))) {
echo ''.$L->g($plugin->type()).' ';
}
echo ' | ';
echo ''; echo '' . $plugin->version() . ''; echo ' | '; echo ''; echo '' . $plugin->author() . ''; echo ' | '; echo '
';
echo ' ' . $plugin->name() . ' ';
echo '' . $L->g('Activate') . ' ';
echo ' | ';
echo '';
echo ' ' . $plugin->description() . ' ';
if (in_array($plugin->type(), array('dashboard','theme','editor'))) {
echo ''.$L->g($plugin->type()).' ';
}
echo ' | ';
echo ''; echo '' . $plugin->version() . ''; echo ' | '; echo ''; echo '' . $plugin->author() . ''; echo ' | '; echo '