aboutsummaryrefslogtreecommitdiff
path: root/about.php
diff options
context:
space:
mode:
authorMaZderMind2014-11-29 19:31:21 +0100
committerMaZderMind2014-11-29 19:31:21 +0100
commit6fea306ab914287bc2e6ec242f440e31e440110f (patch)
tree21c308f2fc31999ff9c8a31491c5ecddd9b8bf0b /about.php
parenta3f189df339781c6aa4177b03cc1175a6bc53efe (diff)
move url rewriting into php
for better compatibility with nginx
Diffstat (limited to '')
-rw-r--r--pages/about.php (renamed from about.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.php b/pages/about.php
index 9d0cd75..9586e73 100644
--- a/about.php
+++ b/pages/about.php
@@ -4,5 +4,5 @@ require_once('lib/bootstrap.php');
echo $tpl->render(array(
'page' => 'about',
- 'title' => 'About these awsome streams',
+ 'title' => 'About the Streams',
));