summary refs log tree commit diff stats
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/layout.php2
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);