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
|
@@ 1962-1965 (lines=4) @@
|
| 1959 |
|
|
| 1960 |
|
// Critere d'inclusion {env} (et {self} pour compatibilite ascendante) |
| 1961 |
|
$flag_env = false; |
| 1962 |
|
if (isset($_contexte['env']) or isset($_contexte['self'])) { |
| 1963 |
|
$flag_env = true; |
| 1964 |
|
unset($_contexte['env']); |
| 1965 |
|
} |
| 1966 |
|
|
| 1967 |
|
$_options = array(); |
| 1968 |
|
if (isset($_contexte['ajax'])) { |