From 0f4a3b1b086b4bfc9217def70f8049f9eeb75672 Mon Sep 17 00:00:00 2001 From: thirdid Date: Wed, 27 Jan 2010 03:43:13 +0000 Subject: Directory structure changes (may continue for several revisions) git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@466 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- themes/default/navigation.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 themes/default/navigation.php (limited to 'themes/default/navigation.php') diff --git a/themes/default/navigation.php b/themes/default/navigation.php new file mode 100644 index 0000000..5765712 --- /dev/null +++ b/themes/default/navigation.php @@ -0,0 +1,24 @@ + + + + +Query("SELECT * FROM `bayonet_navigation` ORDER BY `weight`"); + $nav = $db->Fetch($result); + + foreach ($nav as $link) { + echo ''; + } + ?> + + -- cgit