For I agree page (if you enabled it in config):
[code]
echo <<< EOT
<form name="cpgform" id="cpgform" method="post" action="$CPG_PHP_SELF">
EOT;
starttable(-1, cpg_fetch_icon('add_user', 2) . $lang_register_php['term_cond']);
echo <...
[code]
echo <<< EOT
<form name="cpgform" id="cpgform" method="post" action="$CPG_PHP_SELF">
EOT;
starttable(-1, cpg_fetch_icon('add_user', 2) . $lang_register_php['term_cond']);
echo <...