|
@@ 351-355 (lines=5) @@
|
| 348 |
|
// et passer sur la fonction generique pour la suite |
| 349 |
|
$nomfonction = $nomfonction_generique; |
| 350 |
|
} |
| 351 |
|
else { |
| 352 |
|
$msg = array('zbug_balise_inexistante',array('from'=>'CVT','balise'=>$nom)); |
| 353 |
|
erreur_squelette($msg, $context_compil); |
| 354 |
|
return ''; |
| 355 |
|
} |
| 356 |
|
} |
| 357 |
|
// Y a-t-il une fonction de traitement des arguments ? |
| 358 |
|
$f = 'balise_' . $nomfonction . '_stat'; |
|
@@ 372-376 (lines=5) @@
|
| 369 |
|
// et lui injecter en premier arg le nom de la balise |
| 370 |
|
array_unshift($r,$nom); |
| 371 |
|
$nomfonction = $nomfonction_generique; |
| 372 |
|
} else { |
| 373 |
|
$msg = array('zbug_balise_inexistante',array('from'=>'CVT','balise'=>$nom)); |
| 374 |
|
erreur_squelette($msg, $context_compil); |
| 375 |
|
return ''; |
| 376 |
|
} |
| 377 |
|
} |
| 378 |
|
|
| 379 |
|
if (!_DIR_RESTREINT) |