$plugin_config) { if (!file_exists('plugins/'.$plugin_id)) { $MissingPlugins[$plugin_id] = true; } } ### Formulaire ### $CONF['copyCOLOR'] = nice_hex_color($CONF['copyCOLOR']); if ($CONF['copyPOS'] == 'center') { $CONF['copyPOS'] = array('center', 'center'); } else { $CONF['copyPOS'] = explode('-', $CONF['copyPOS']); } $PAGE['content'] .= '

'.l10n('Configuration').'

'.l10n('Plugins').'

'; $PAGE['end'] .= '
'; ?>