Simple latest comment list
[anoweco.git] / www / index.php
1 <?php
2 namespace anoweco;
3 require 'www-header.php';
4
5 require __DIR__ . '/../data/config.php';
6 render(
7     'index',
8     array(
9         'title'   => $title,
10         'baseurl' => Urls::full('/'),
11     )
12 );
13 ?>