Go to the source code of this file.
| affiche_formulaire_ajout_home |
( |
& |
$frm | ) |
|
FONCTIONS.
Affiche un formulaire vierge pour ajouter une zone HTML
- Parameters
-
| array | $frm | Array with all fields data |
- Returns
Definition at line 89 of file html.php.
| affiche_formulaire_home |
( |
& |
$frm | ) |
|
| affiche_formulaire_modif_home |
( |
|
$id, |
|
|
& |
$frm |
|
) |
| |
Affiche le formulaire de modification pour la zone HTML sélectionnée.
- Parameters
-
| integer | $id | |
| array | $frm | Array with all fields data |
- Returns
Definition at line 117 of file html.php.
Ajoute la zone HTML dans la table peel_html.
- Parameters
-
| array | $frm | Array with all fields data |
- Returns
Definition at line 268 of file html.php.
maj_home()
- Parameters
-
| integer | $id | |
| array | $frm | Array with all fields data |
- Returns
Definition at line 290 of file html.php.
Supprime la zone HTML spécifié par $id.
- Parameters
-
- Returns
Definition at line 256 of file html.php.
| $GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_HTML_TITLE'] |
| switch(vb($_REQUEST['mode'])) |