From e7dab48469ac779d639fff7e221c7b5a23ded148 Mon Sep 17 00:00:00 2001 From: Evan O'Connell Date: Sun, 18 Aug 2013 17:50:36 -0400 Subject: Removing files --- themes/throwback/navigation.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 themes/throwback/navigation.php (limited to 'themes/throwback/navigation.php') diff --git a/themes/throwback/navigation.php b/themes/throwback/navigation.php deleted file mode 100644 index 03c0376..0000000 --- a/themes/throwback/navigation.php +++ /dev/null @@ -1,30 +0,0 @@ -. - */ -?> -   HOME    -Query("SELECT * FROM `bayonet_navigation` ORDER BY `weight`"); - $nav = $db->Fetch($result); - - foreach ($nav as $link) { - echo '   ' . strtoupper($link['title']) . '   '; - //echo ''; - } -?> -- cgit