Your IP : 216.73.216.20


Current Path : /home/etiennec/www/oldsite/plugins/auto/skeleditor/spip_200/inc/
Upload File :
Current File : /home/etiennec/www/oldsite/plugins/auto/skeleditor/spip_200/inc/skeleditor_autoriser.php

<?php
if (!defined("_ECRIRE_INC_VERSION")) return;

function skeleditor_autoriser(){}

// autorisation des boutons
function autoriser_skeleditor_ajout_bouton_dist($faire, $type, $id, $qui, $opt) {
  global $connect_toutes_rubriques;

  if ($GLOBALS['connect_statut'] == "0minirezo" && $connect_toutes_rubriques) return true;
  return false; 
}




?>