| @@ 423-427 (lines=5) @@ | ||
| 420 | } |
|
| 421 | } |
|
| 422 | ||
| 423 | if (!$fonction_balise) { |
|
| 424 | $msg = array('zbug_balise_inexistante', array('from' => 'CVT', 'balise' => $nom)); |
|
| 425 | erreur_squelette($msg, $context_compil); |
|
| 426 | ||
| 427 | return ''; |
|
| 428 | } |
|
| 429 | ||
| 430 | // retrouver le fichier qui a déclaré la fonction |
|
| @@ 461-465 (lines=5) @@ | ||
| 458 | if (!_DIR_RESTREINT) { |
|
| 459 | $file = _DIR_RESTREINT_ABS . $file; |
|
| 460 | } |
|
| 461 | } else { |
|
| 462 | $msg = array('zbug_balise_inexistante', array('from' => 'CVT', 'balise' => $nom)); |
|
| 463 | erreur_squelette($msg, $context_compil); |
|
| 464 | ||
| 465 | return ''; |
|
| 466 | } |
|
| 467 | } |
|
| 468 | ||