0) ?>
-
getPluginInfo();
if($plug->hasImage()) echo '
'; echo ''. $infos['shortname'] . ' - ' . _t('plugins', 'author') .' : '. $infos['author'].' - ' . _t('plugins', 'version') .' : '.$infos['version'].'
'; echo _t('plugins', 'description') .' : '.$infos['description'].'
'; echo _t('plugins', 'compatibility') .' : '.$infos['compatibility'].'
'; echo _t('plugins', 'homepage') .' : '; if(!empty($infos['homepage'])) echo ''.$infos['homepage'].''; else echo empty_nc(''); echo '
'.PHP_EOL; echo ''; if($plug->is_active()) { echo ''._t('plugins', 'enabled'). ' | '; echo ''._t('plugins','disable').''; if($plug->hasAdvancedSettings()) echo ' | '._t('plugins','access').''; } else { echo ''. _t('plugins', 'disabled'). ' | '; echo ''._t('plugins','enable').''; } echo ' | '._t('plugins','edit_files').''; echo ''; if(!is_writable($plug->getVar('relative_url'))) { echo ''._t('plugins', 'folder_not_writable').'
'; } ?>