Browse Source

exporter la configuration des statistiques

svn/root/tags/plugins/statistiques/0.4.5
joseph@larmarange.net 11 years ago
parent
commit
3f7fd4bfff
  1. 1
      .gitattributes
  2. 1
      paquet.xml
  3. 13
      stats_ieconfig.php

1
.gitattributes vendored

@ -120,4 +120,5 @@ prive/transmettre/statistiques.html -text
public/stats.php -text
/stats_administrations.php -text
/stats_autoriser.php -text
/stats_ieconfig.php -text
/stats_pipelines.php -text

1
paquet.xml

@ -24,6 +24,7 @@
<pipeline nom="formulaire_admin" inclure="stats_pipelines.php" />
<pipeline nom="taches_generales_cron" inclure="stats_pipelines.php" />
<pipeline nom="autoriser" inclure="stats_autoriser.php" />
<pipeline nom="ieconfig_metas" inclure="stats_ieconfig.php" />
<menu nom="statistiques" titre="statistiques:icone_statistiques_visites" parent="menu_activite" icone="images/statistique-16.png" action="stats_visites" />

13
stats_ieconfig.php

@ -0,0 +1,13 @@
<?php
if (!defined("_ECRIRE_INC_VERSION")) return;
function stats_ieconfig_metas($table){
$table['statistiques']['titre'] = _T('statistiques:info_forum_statistiques');
$table['statistiques']['icone'] = 'statistique-16.png';
$table['statistiques']['metas_brutes'] = 'activer_statistiques,activer_captures_referers';
return $table;
}
?>
Loading…
Cancel
Save