From bc99ae32719f90606c0531b7203a9867afb56dd1 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Tue, 13 Nov 2012 23:02:38 +0000 Subject: Removed Resources page and added a Contact page. --- contact.php | 24 ++++++++++++++++++++++++ resources.php | 24 ------------------------ templates/contact.tpl | 32 ++++++++++++++++++++++++++++++++ templates/header.tpl | 4 ++-- templates/resources.tpl | 49 ------------------------------------------------- 5 files changed, 58 insertions(+), 75 deletions(-) create mode 100644 contact.php delete mode 100644 resources.php create mode 100644 templates/contact.tpl delete mode 100644 templates/resources.tpl diff --git a/contact.php b/contact.php new file mode 100644 index 0000000..32cc00d --- /dev/null +++ b/contact.php @@ -0,0 +1,24 @@ +display("contact.tpl"); + +?> diff --git a/resources.php b/resources.php deleted file mode 100644 index 2ce9ad5..0000000 --- a/resources.php +++ /dev/null @@ -1,24 +0,0 @@ -display("resources.tpl"); - -?> diff --git a/templates/contact.tpl b/templates/contact.tpl new file mode 100644 index 0000000..356c8e6 --- /dev/null +++ b/templates/contact.tpl @@ -0,0 +1,32 @@ +{$header} +
+ +
+
+ +

CONTACT

+ + +
+ If you have any questions, comments or suggestions about NutriDB please contact + Nathan Kinkade at nath@nkinka.de +
+ +
+
+ +
+
+ {$sidebar_left} +
+
+ +
+
+ {$sidebar_right} +
+
+ +
+{$footer} + diff --git a/templates/header.tpl b/templates/header.tpl index 28e79bd..cd64c20 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -43,9 +43,9 @@ Search   |   About   |   Guide   |   - Resources   |   FAQ   |   - Download + Download   |   + Contact
{$systemMsg}
diff --git a/templates/resources.tpl b/templates/resources.tpl deleted file mode 100644 index 62c6937..0000000 --- a/templates/resources.tpl +++ /dev/null @@ -1,49 +0,0 @@ -{$header} -
- -
-
- -

RESOURCES

- - -
- Here are a few other nutrition information sites that stand out to me. They have a - very complete set of tools and information. You may find them useful. - -
- - -
- The USDA Nutrient Data Laboratory is where the vast majority of reliable nutrient - data comes from, including for this site. - -
- -
-
- -
-
- {$sidebar_left} -
-
- -
-
- {$sidebar_right} -
-
- -
-{$footer} - -- cgit v1.2.3