diff options
author | Starla Insigna <starla4444@gmail.com> | 2010-09-22 22:59:09 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2010-09-22 22:59:09 -0400 |
commit | dce71eebff258965dcf4d24f88a8e7db32c90812 (patch) | |
tree | 7f13d6260e99e5ec5b09121e054bf81ba1bda2bc /includes/layout.php | |
parent | 61615f190616729f7ccae5012e29c0b1cf29da8c (diff) | |
download | fourisland-dce71eebff258965dcf4d24f88a8e7db32c90812.tar.gz fourisland-dce71eebff258965dcf4d24f88a8e7db32c90812.tar.bz2 fourisland-dce71eebff258965dcf4d24f88a8e7db32c90812.zip |
Removed POTW from sidebar
Diffstat (limited to 'includes/layout.php')
-rwxr-xr-x | includes/layout.php | 2 |
1 files changed, 0 insertions, 2 deletions
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)) | |||
51 | } | 51 | } |
52 | } | 52 | } |
53 | 53 | ||
54 | $template->add('POTW', getPollOfTheWeek()); | ||
55 | |||
56 | $gethits = "SELECT * FROM config WHERE name = \"hits\""; | 54 | $gethits = "SELECT * FROM config WHERE name = \"hits\""; |
57 | $gethits2 = mysql_query($gethits); | 55 | $gethits2 = mysql_query($gethits); |
58 | $gethits3 = mysql_fetch_array($gethits2); | 56 | $gethits3 = mysql_fetch_array($gethits2); |