From 5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Oct 2015 13:46:54 -0500 Subject: Initial import of static files --- header.php | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 header.php (limited to 'header.php') diff --git a/header.php b/header.php new file mode 100644 index 0000000..5ff365f --- /dev/null +++ b/header.php @@ -0,0 +1,120 @@ + array("_" => $maindir . "index.php", + "News" => $maindir . "news.php", + "Features" => $maindir . "features.php", + "About" => $maindir . "about.php", + "Contact" => $maindir . "support.php", + "Screenshots" => $maindir . "screenshots.php", + ), + "Get Trinity" => array("_" => $maindir . "releases.php", + "Packages" => $maindir . "releases.php", + "LiveCDs" => "https://wiki.trinitydesktop.org/LiveCDs", + ), + "Documentation" => array("_" => $maindir . "./docs/index.php", + "FAQ" => $maindir . "faq/index.php", + "Installation" => "https://wiki.trinitydesktop.org/Category:Documentation#Installing_from_a_Package_Manager", + "Applications" => $maindir . "applications.php", +# "Handbooks" => $maindir . "handbooks.php", + ), + "Bugs" => array("_" => "https://bugs.trinitydesktop.org/buglist.cgi?quicksearch=ALL"), + "Wiki" => array("_" => "https://wiki.trinitydesktop.org/"), + "Support" => array("_" => $maindir . "support.php", + "Wiki" => "https://wiki.trinitydesktop.org/", + "Bugs" => "https://bugs.trinitydesktop.org/buglist.cgi?quicksearch=ALL", + "Docs" => "https://wiki.trinitydesktop.org/Category:Documentation", + "Mailing Lists" => $maindir . "mailinglist.php", + "Service Alerts" => $maindir . "servicealerts/", + ), + "Development" => array("_" => $maindir . "development.php", + "GIT" => "http://mirror.git.trinitydesktop.org/cgit/", + "Commit History" => "/patches", + "Packaging GIT" => "http://mirror.git.trinitydesktop.org/cgit/tde-packaging/", + "uLab GIT" => "http://mirror.git.trinitydesktop.org/cgit/ulab/", + "Secure GIT" => "https://git.trinitydesktop.org/cgit/", + "Nightly Builds" => "https://quickbuild.pearsoncomputing.net/~trinity/+archive/ubuntu/trinity-nightly-builds/", + "API Docs" => $maindir . "apidocs.php", + "Related Projects" => $maindir . "relatedprojects.php", + "Supported RFEs" => $maindir . "crfe/", + "Get Involved" => $maindir . "helpwanted.php", + "CLAs" => $maindir . "cla/", + "TDE Team" => $maindir . "contributors.php", + "Donations" => $maindir . "donate.php", + ), + ); +?> +"; + echo ""; + echo ""; + echo " $pageTitle"; + echo " "; + if ($navItem == "Screenshots") { + echo " "; + echo " "; + } + echo " "; + echo ""; +?> + +
+ "; + } +?> +
+
+
+ +
+
+ + -- cgit v1.2.3