$L->g('Plugins'), 'icon' => 'puzzle-piece')); echo Bootstrap::link(array( 'title' => $L->g('Change the position of the plugins'), 'href' => HTML_PATH_ADMIN_ROOT . 'plugins-position', 'icon' => 'arrows' )); echo Bootstrap::formTitle(array('title' => $L->g('Search plugins'))); ?> $L->g('Enabled plugins'))); echo '
' . $plugin->name() . '
';
if (method_exists($plugin, 'form')) {
echo '' . $L->g('Settings') . '';
}
echo '' . $L->g('Deactivate') . '';
echo ' ';
echo ' | ';
echo ''; echo $plugin->description(); echo ' | '; echo ''; echo '' . $plugin->version() . ''; echo ' | '; echo '' . $plugin->author() . ' | '; echo '
' . $plugin->name() . '
| ';
echo ''; echo $plugin->description(); echo ' | '; echo ''; echo '' . $plugin->version() . ''; echo ' | '; echo '' . $plugin->author() . ' | '; echo '