* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ //////////// Check Inclusion de pages //////////// if (!class_exists('auth')) { include_once ("../lib/lib_common.php"); ReloadIndex('admin'); } $plugins = availablePlugins(); ?>

0) ?>
  • getPluginInfo(); if($plug->hasImage()) echo ''.$plug->getVar('name').''; 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(!is_writable($plug->getVar('relative_url'))) { echo '

    '._t('plugins', 'folder_not_writable').'

    '; } ?>