Hi,
I recently developed a new theme for my forums. I uncommented out the forum theme switcher code
{if in_forum}
<div class="itempadbig"><strong>Current Theme:</strong>
<select name="theme_switcher" class="select">
<option value="">{lang:select_theme}</option>
{include:theme_option_list}
</select>
</div>When I click on the new theme option, I get a 404 error. Any idea what’s causing this? It’s making me a bit crazy.