<div class="gmail_quote">On Mon, Jan 19, 2009 at 5:47 PM, Svend Erik Høst <span dir="ltr">&lt;<a href="mailto:svend@hoest.nu">svend@hoest.nu</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;">
Hi<br>
<br>
After visiting Mythweb with my nokia n95, mythweb is mighty strange and continues to be like this :<br>
<br>
&lt;<a href="http://img176.imageshack.us/img176/3446/mythwebhn5.jpg" target="_blank">http://img176.imageshack.us/img176/3446/mythwebhn5.jpg</a>&gt;<br>
<br>
How can i restore mythweb to normal ?<br>
<br>
Wkr.<br>
Svend<br>
</blockquote></div><br>A little googling/searching would have turned up an answer, but basically you just add &quot;?RESET_TMPL=true&quot; to your url.<br><br>For Example: <br><a href="http://localhost/mythweb/?RESET_TMPL=true">http://localhost/mythweb/?RESET_TMPL=true</a><br>
<br>Or, what I did was to create an index.php file in my web default directory with the following contents:<br><br>&lt;?php header(&quot;Location: /mythweb/?RESET_TMPL=true&quot;); ?&gt;<br><br>That way it&#39;s automatically reset to &#39;normal&#39; for me... <br>
<br>J-e-f-f-A<br>