View Single Post
Old 07-08-2007   #2 (permalink)
notjustgraphics
Rusty Bio-Hazard!
 
notjustgraphics's Avatar
 
Join Date: Sep 2006
Location: Toronto, Ontario, Canada
Posts: 1,163

Send a message via MSN to notjustgraphics
try chaning the code to this:

PHP Code:
if (($tpl['OVERALL_RANK'] % $GLOBALS['COMPACT_BREAK'] == 0) && ($tpl['OVERALL_RANK'] != $GLOBALS['COMPACT_SITES'])) { 
I suspect your problem is a nesting error... adding the ('s as above should help.

Mike.
__________________
notjustgraphics is offline