From 0077cb99704fe863cf731fc5cab792af2ede96c2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 17 Apr 2011 20:13:07 -0400 Subject: Backporting retarded amount of changes outside of version control --- themes/throwback/navigation.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 themes/throwback/navigation.php (limited to 'themes/throwback/navigation.php') diff --git a/themes/throwback/navigation.php b/themes/throwback/navigation.php new file mode 100644 index 0000000..ac81b6b --- /dev/null +++ b/themes/throwback/navigation.php @@ -0,0 +1,21 @@ + +   HOME    +Query("SELECT * FROM `bayonet_navigation` ORDER BY `weight`"); + $nav = $db->Fetch($result); + + foreach ($nav as $link) { + echo '   ' . strtoupper($link['title']) . '   '; + //echo ''; + } +?> -- cgit