summaryrefslogtreecommitdiff
path: root/resources.php
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2012-11-13 23:02:38 +0000
committerNathan Kinkade <nath@nkinka.de>2012-11-13 23:02:38 +0000
commitbc99ae32719f90606c0531b7203a9867afb56dd1 (patch)
tree950318b71e087670690f8b6c4d0606a3198b64b9 /resources.php
parent4ded832a9a9174599caeae1b9bcf811cf79ef62a (diff)
Removed Resources page and added a Contact page.
Diffstat (limited to 'resources.php')
-rw-r--r--resources.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/resources.php b/resources.php
deleted file mode 100644
index 2ce9ad5..0000000
--- a/resources.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-/**
- * Copyright (c) 2007 Nathan Kinkade
- *
- * This code is offered under an MIT (X11) license. For more information
- * about the terms of this license see the file LICENSE included with this
- * software or visit: http://www.opensource.org/licenses/mit-license.php
- */
-
-# include the main site config where various global variables
-# and libraries are included
-include("config.php");
-
-# grab the various parts
-include("header.php");
-include("sidebar_left.php");
-include("sidebar_right.php");
-include("footer.php");
-
-# display the page
-$smarty->display("resources.tpl");
-
-?>