source:
trunk/web/app/mods/e_page.php
@
1
Last change on this file since 1 was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 195 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <?php |
2 | ||
3 | function e_page($env) | |
4 | { if(($env->out["page"] = $env->data->contenu($_GET[$env->param("id")])) !== false) | |
5 | { | |
6 | } | |
7 | else $env->erreur .= "<br>Impossible de lire la page"; | |
8 | } | |
9 | ||
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.