Altering common.inc.php for signup.php

Discussion in 'Templates customization' started by mtishman, Jul 24, 2011.

  1. mtishman

    mtishman New Member

    Joined:
    Nov 17, 2009
    Messages:
    2
    I tried modifying the signup.php file to add a wordpress header and I got an error message that pointed to line 1671 in the common.inc.php file (see code below)

    //if (!headers_sent() || ($GLOBALS['_LANG'][$lang]['encoding'] != '')){
    //header("Content-type: text/html; charset=".$GLOBALS['_LANG'][$lang]['encoding']);
    // }

    If I comment out the code everything appears to work okay. Am I possibly commenting out something I need?

    Michael

Share This Page