diff options
author | MaZderMind | 2015-03-07 17:58:07 +0100 |
---|---|---|
committer | MaZderMind | 2015-03-14 13:46:47 +0100 |
commit | 844a7d53f2d78bafba479c0d931277246ade61de (patch) | |
tree | 7a9ab7e3ddcafa878f89deecc03c6de742fa2efa /pages/about.php | |
parent | 8bb9b119a34717782e41124030917bd86d47f754 (diff) |
Renames pages -> view
Diffstat (limited to 'pages/about.php')
-rw-r--r-- | pages/about.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pages/about.php b/pages/about.php deleted file mode 100644 index 9586e73..0000000 --- a/pages/about.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -require_once('lib/bootstrap.php'); - -echo $tpl->render(array( - 'page' => 'about', - 'title' => 'About the Streams', -)); |