diff options
Diffstat (limited to 'includes/footer.php')
-rwxr-xr-x | includes/footer.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/includes/footer.php b/includes/footer.php index 8cb0f2d..204aaf5 100755 --- a/includes/footer.php +++ b/includes/footer.php | |||
@@ -176,12 +176,9 @@ if (!isset($noRightbar)) | |||
176 | break; | 176 | break; |
177 | } | 177 | } |
178 | 178 | ||
179 | if ($name != 'Pingback') | 179 | $template->adds_block('TOP', array( 'USERNAME' => $name, |
180 | { | 180 | 'COUNT' => $count)); |
181 | $template->adds_block('TOP', array( 'USERNAME' => $name, | 181 | $i++; |
182 | 'COUNT' => $count)); | ||
183 | $i++; | ||
184 | } | ||
185 | } | 182 | } |
186 | 183 | ||
187 | $gethits = "SELECT * FROM config WHERE name = \"hits\""; | 184 | $gethits = "SELECT * FROM config WHERE name = \"hits\""; |