Forum Discussion

1 Reply

  • i found something

    but not sure if its healthy

    so in advanced customization > header.inc > line 31 :

    i replaced this line:

    <td id="header_leftcell"><img src='<?=$GLOBALS["header_logo"]?>'/></td>

    with this:

    <td id="header_rightcell"><img style="float: right;" src='<?=$GLOBALS["header_logo"]?>'/></td>