<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello Dev's,<br>
    <br>
    Need a bit of help.  I want to add/inject this php to my page
    output:<br>
    <br>
    header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS
    OUR IND CNT"');<br>
    <br>
    Adding stuff to $HTMLHeaderFmt won't work, as this is technically
    HTML, and it's process after the call to header();<br>
    <br>
    I'm sure this is simple, but I'm just not seeing how I can
    accomplish this via config.php.<br>
    <br>
    Thanks in advance,<br>
    <br>
    Steven Leite<br>
    <br>
    <small><small>Background info if you need a clearer idea of what I'm
        trying to accomplish:<br>
        <a
          href="http://wordpress.org/support/topic/no-login-in-ie-in-frame">http://wordpress.org/support/topic/no-login-in-ie-in-frame</a><br>
        (Yes, I know it's a wordpress link, but the problem is the same
        in theory).</small>
    </small><br>
    <br>
    <br>
  </body>
</html>