'; echo $plugin['name']; if(isset($plugin['documentation'])){ if (filter_var($plugin['documentation'], FILTER_VALIDATE_URL)) { echo ''; } } echo ''; if(file_exists($plugin['path'] . '/admin-page.php')){ require_once($plugin['path'] . '/admin-page.php'); } else { // since v1.7.8 page.php is deprecated, use admin-page.php instead // this used for backward compatibility require_once($plugin['path'] . '/page.php'); } } else { echo('
'); _e('Plugin %a is missing or removed.', $_GET['name']); echo('
'); } } else { if(isset($_GET['status'])){ if($_GET['status'] == 'success'){ show_alert(isset($_GET['info']) ? $_GET['info'] : 'Plugin successfully installed!', 'success'); } elseif($_GET['status'] == 'warning'){ show_alert(isset($_GET['info']) ? $_GET['info'] : 'Failed to install!', 'warning'); } elseif($_GET['status'] == 'error'){ show_alert(isset($_GET['info']) ? $_GET['info'] : 'Error!', 'danger'); } } ?>
0){ ?>
#

Version | By
'._t('Deactivate').''); } else { echo(''._t('Activate').''); } ?> |
'; _e('No plugins installed!'); echo '
'; } ?>