aboutsummaryrefslogtreecommitdiff
path: root/view/about.php
blob: cc8106485bef1fb4d2cba17eb64be54e08f44b13 (plain)
1
2
3
4
5
6
<?php

echo $tpl->render(array(
	'page' => 'about',
	'title' => 'About the Streams',
));