Y/W Joey.
SVT,
Ah, I see.. I thought you were talking about CMPS.
Anyway, at the bottom of your file: shouldn't this:...
Code:
eval('$times .= "' . fetch_template('vbindex_times') . '";');
eval('print_output("' . fetch_template('vbindex_toptimes') . '");');
}
?>
..be changed to this?
Code:
eval('$times .= "' . fetch_template('vbindex_times') . '";');
}
eval('print_output("' . fetch_template('vbindex_toptimes') . '");');
?>
Later,
Dewayne