(root)//trunk/actu/backend-syndication-mots-cles.php3 – Rev 1028
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1028 |
aurelien |
1 |
<?php
|
|
|
2 |
$fond = "backend-syndication-mots-cles";
|
|
|
3 |
$delais = 1;
|
|
|
4 |
|
|
|
5 |
// cette ligne empeche l'affichage des boutons d'administration
|
|
|
6 |
// Et les headers !!!!
|
|
|
7 |
|
|
|
8 |
$flag_preserver = true;
|
|
|
9 |
|
|
|
10 |
include ("inc-public.php3");
|
|
|
11 |
|
|
|
12 |
?>
|