ecrire/public/compiler.php 1 location
|
@@ 197-199 (lines=3) @@
|
| 194 |
|
|
| 195 |
|
if (is_array($_contexte)) { |
| 196 |
|
// Critere d'inclusion {env} (et {self} pour compatibilite ascendante) |
| 197 |
|
if ($env = (isset($_contexte['env']) || isset($_contexte['self']))) { |
| 198 |
|
unset($_contexte['env']); |
| 199 |
|
} |
| 200 |
|
|
| 201 |
|
// noter les doublons dans l'appel a public.php |
| 202 |
|
if (isset($_contexte['doublons'])) { |
ecrire/public/balises.php 1 location
|
@@ 1978-1981 (lines=4) @@
|
| 1975 |
|
|
| 1976 |
|
// Critere d'inclusion {env} (et {self} pour compatibilite ascendante) |
| 1977 |
|
$flag_env = false; |
| 1978 |
|
if (isset($_contexte['env']) or isset($_contexte['self'])) { |
| 1979 |
|
$flag_env = true; |
| 1980 |
|
unset($_contexte['env']); |
| 1981 |
|
} |
| 1982 |
|
|
| 1983 |
|
$_options = array(); |
| 1984 |
|
if (isset($_contexte['ajax'])) { |