<br><br><div class="gmail_quote">On Thu, Nov 19, 2009 at 2:34 PM, GXL.nl <span dir="ltr">&lt;<a href="mailto:info@gxl.nl">info@gxl.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
Since its working here I can&#39;t test anything but changing line 16 in
usr/share/mythtv/mythweb/modules/_shared/tmpl/default/header.php <br>
<br>
from:<br>
header(&quot;Content-Type: text/html; charset=utf-8&quot;);<br>
to:<br>
if (!headers_sent())  header(&quot;Content-Type: text/html; charset=utf-8&quot;);<br>
<br>
should get you going again. However this is not a fix for this problem
since it seems indeed that the file is included twice, but maybe this
way you can confirm you see the page twice?<br>
<br>
NIjn<br></div><br></blockquote><div><br>I tried that and it removed the error.  Unfortunately Mythweb continues to only display two MythTV logos in the browser.<br>I am unfamiliar with php and at a loss. <br></div></div>
<br>