Just curious, but xhouldn't there be a comma at the beginning of these lines?
Code:
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
$templatesused.= "postbit_privtxt";
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
like this?
Code:
// +++++++ Private Text Hack [ g-force2k2 ] +++++++
$templatesused.= ",postbit_privtxt";
// +++++++ Private Text Hack [ g-force2k2 ] +++++++