<?php
$TOC = array (
  0 => 
  array (
    0 => 'tutorial.firstpage.php',
    1 => 'La premi&egrave;re page PHP',
  ),
  1 => 
  array (
    0 => 'tutorial.useful.php',
    1 => 'Trucs pratiques',
  ),
  2 => 
  array (
    0 => 'tutorial.forms.php',
    1 => 'Utiliser un formulaire',
  ),
  3 => 
  array (
    0 => 'tutorial.whatsnext.php',
    1 => 'Et apr&egrave;s ?',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'getting-started.php',
    1 => 'Au moment de commencer',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Pr&eacute;face',
  ),
);