about.php 151 B

123456789
  1. <?php
  2. require_once 'session.php';
  3. require_once 'twig.php';
  4. // Render template
  5. echo $twig->render (
  6. 'about.twig',
  7. array ('title' => 'About'));