1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/statistiques/stats_ieconfig.php

13 lines
355 B
PHP
Raw Normal View History

2015-04-28 17:10:23 +02:00
<?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;
}
?>