From dce71eebff258965dcf4d24f88a8e7db32c90812 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 22 Sep 2010 22:59:09 -0400 Subject: Removed POTW from sidebar --- includes/layout.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes/layout.php') diff --git a/includes/layout.php b/includes/layout.php index 24d8a30..9e94b69 100755 --- a/includes/layout.php +++ b/includes/layout.php @@ -51,8 +51,6 @@ if (isset($hatNav) && is_array($hatNav)) } } -$template->add('POTW', getPollOfTheWeek()); - $gethits = "SELECT * FROM config WHERE name = \"hits\""; $gethits2 = mysql_query($gethits); $gethits3 = mysql_fetch_array($gethits2); -- cgit 1.4.1