summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2011-09-09 16:55:14 -0700
committerPatrick Davison <snapwilliam@gmail.com>2011-09-09 16:55:14 -0700
commitc37113c2666d65015f967b6cf1a5d2e8836d920d (patch)
treef99cdc2b52e87741cb08d1fcc7ecec729a9cfab5 /index.php
parentf9333b70547ae514ecc848fb195011a11897ee68 (diff)
downloadpathery-c37113c2666d65015f967b6cf1a5d2e8836d920d.tar.xz
changes to pathery.com
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 0c87fa7..e34b0b4 100644
--- a/index.php
+++ b/index.php
@@ -29,6 +29,10 @@ switch (strtolower($_GET[page])) {
require("pages/test.php");
break;
+ case "embed":
+ require("pages/embed.php");
+ break;
+
case "about":
require("pages/about.php");
break;