ecrire/public/compiler.php 1 location
|
@@ 203-205 (lines=3) @@
|
| 200 |
|
|
| 201 |
|
if (is_array($_contexte)) { |
| 202 |
|
// Critere d'inclusion {env} (et {self} pour compatibilite ascendante) |
| 203 |
|
if ($env = (isset($_contexte['env']) || isset($_contexte['self']))) { |
| 204 |
|
unset($_contexte['env']); |
| 205 |
|
} |
| 206 |
|
|
| 207 |
|
// noter les doublons dans l'appel a public.php |
| 208 |
|
if (isset($_contexte['doublons'])) { |
ecrire/public/balises.php 1 location
|
@@ 1984-1987 (lines=4) @@
|
| 1981 |
|
|
| 1982 |
|
// Critere d'inclusion {env} (et {self} pour compatibilite ascendante) |
| 1983 |
|
$flag_env = false; |
| 1984 |
|
if (isset($_contexte['env']) or isset($_contexte['self'])) { |
| 1985 |
|
$flag_env = true; |
| 1986 |
|
unset($_contexte['env']); |
| 1987 |
|
} |
| 1988 |
|
|
| 1989 |
|
$_options = array(); |
| 1990 |
|
if (isset($_contexte['ajax'])) { |