| @@ 483-487 (lines=5) @@ | ||
| 480 | } |
|
| 481 | } |
|
| 482 | ||
| 483 | if (!$fonction_balise) { |
|
| 484 | $msg = array('zbug_balise_inexistante', array('from' => 'CVT', 'balise' => $nom)); |
|
| 485 | erreur_squelette($msg, $context_compil); |
|
| 486 | ||
| 487 | return ''; |
|
| 488 | } |
|
| 489 | ||
| 490 | // retrouver le fichier qui a déclaré la fonction |
|
| @@ 521-525 (lines=5) @@ | ||
| 518 | if (!_DIR_RESTREINT) { |
|
| 519 | $file = _DIR_RESTREINT_ABS . $file; |
|
| 520 | } |
|
| 521 | } else { |
|
| 522 | $msg = array('zbug_balise_inexistante', array('from' => 'CVT', 'balise' => $nom)); |
|
| 523 | erreur_squelette($msg, $context_compil); |
|
| 524 | ||
| 525 | return ''; |
|
| 526 | } |
|
| 527 | } |
|
| 528 | ||