summaryrefslogtreecommitdiffstats
path: root/website/new/nav.php
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-05 16:18:06 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-05 16:18:06 -0400
commitd50b19eb2930d8aed1344442560c2e9382f11f13 (patch)
treee9ff7c0c205b61a9144893e595c3f3a51d57b05f /website/new/nav.php
parent85c52572b2a74a1e7934feeca4e3dddafeebd7fd (diff)
downloadthird_party-func-d50b19eb2930d8aed1344442560c2e9382f11f13.tar.gz
third_party-func-d50b19eb2930d8aed1344442560c2e9382f11f13.tar.xz
third_party-func-d50b19eb2930d8aed1344442560c2e9382f11f13.zip
Update web stuff
Diffstat (limited to 'website/new/nav.php')
-rwxr-xr-xwebsite/new/nav.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/website/new/nav.php b/website/new/nav.php
new file mode 100755
index 0000000..e7c673a
--- /dev/null
+++ b/website/new/nav.php
@@ -0,0 +1,22 @@
+<?php
+
+
+ switch ($current_page) {
+
+ case "about":
+ echo "<ul id=\"nav\">
+ <li id=\"active\"><a href=\"index.php\">About</a></li>
+ <li><a href=\"https://fedorahosted.org/projects/func\">Wiki</a></li>
+ </ul>";
+ break;
+ default:
+ echo " <ul id=\"nav\">
+ <li id=\"active\"><a href=\"index.php\">About</a></li>
+ <li><a href=\"http://hosted.fedoraproject.org/projects/func/\">Wiki</a></li>
+ </ul>";
+ break;
+
+}
+
+?>
+