448 |
ddelon |
1 |
<?
|
|
|
2 |
|
|
|
3 |
/* table index générale */
|
|
|
4 |
|
|
|
5 |
$nom_table_index="AGORA";
|
|
|
6 |
|
|
|
7 |
/* table contenant les statistiques du forum general */
|
|
|
8 |
|
|
|
9 |
$nom_table_tela="AGO_TELA_BOTANICAE";
|
|
|
10 |
|
|
|
11 |
/* Légendes du cartouches */
|
|
|
12 |
|
|
|
13 |
$nom_graph="Agora Botanica"; //titre du graphique
|
|
|
14 |
$phrase_cartouche="<B>L'Arbre des Forums de Tela Botanica</B>"; //texte du cartouche
|
|
|
15 |
|
|
|
16 |
$texte_lien_branche="Vers la fiche d'information du Forum";
|
|
|
17 |
$texte_lien_feuille="Vers la page web du forum ou le moteur de recherche";
|
|
|
18 |
$texte_lien_puce="Vers la Liste des abonnés du Forum";
|
|
|
19 |
|
|
|
20 |
/* Table où sont les données de Thèmes */
|
|
|
21 |
|
|
|
22 |
$tbl_forums_cat = "AGORA_CATEG";
|
|
|
23 |
|
|
|
24 |
?>
|