aboutsummaryrefslogtreecommitdiff
path: root/about.php
blob: 9d0cd756264676984521255eb26256256e5a8f03 (plain)
1
2
3
4
5
6
7
8
<?php

require_once('lib/bootstrap.php');

echo $tpl->render(array(
	'page' => 'about',
	'title' => 'About these awsome streams',
));