home » zplus/freepost.git
ID: 9c3a2afe9f5f38d6762fad8518f54f86b924f337
8 lines — 151B — View raw


1
2
3
4
5
6
7
8
9
<?php

require_once 'session.php';
require_once 'twig.php';

// Render template
echo $twig->render (
    'about.twig',
    array ('title' => 'About'));