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