/**
  * Définition du thème à utiliser
  */
 public function processDoSelectTheme()
 {
     CopixSession::set('themechooser|theme', CopixRequest::getInArray('id_ctpt', CopixPluginRegistry::getConfig('themechooser|themechooser', true)->getThemeList(), true));
     return _arRedirect(_url());
 }