<div class="gmail_quote">On Mon, Jan 19, 2009 at 5:47 PM, Svend Erik Høst <span dir="ltr"><<a href="mailto:svend@hoest.nu">svend@hoest.nu</a>></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>
<<a href="http://img176.imageshack.us/img176/3446/mythwebhn5.jpg" target="_blank">http://img176.imageshack.us/img176/3446/mythwebhn5.jpg</a>><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 "?RESET_TMPL=true" 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><?php header("Location: /mythweb/?RESET_TMPL=true"); ?><br><br>That way it's automatically reset to 'normal' for me... <br>
<br>J-e-f-f-A<br>