Deactivate theme changer/EN
From UltraStats WIKI
On the right side in the UltraStats header, u can change the theme. When u won't, that any one can change the theme, then u must follow this steps.
Deactivate Theme Changer
- 1. Open the file include_header.html, u can fin the file in the following folder:
src/templates
- 2. Search for the following code:
<!-- IF theme_madebyenable="true" -->
<tr>
<td width="100%" align="center" valign="top" height="100%">
<!-- IF IS_LOGINPAGE!="true" -->
<table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right">
<tr>
<td class="cellmenu1" nowrap width="150"><B> {LN_GEN_SKINMADEBY} </B></td>
<td align="right" class="cellmenu2">
<a href="{theme_madebylink}" target="_blank" class="cellmenu2_link">{theme_madeby}</a>
</td>
</tr>
</table>
<!-- ENDIF IS_LOGINPAGE!="true" -->
</td>
</tr>
<!-- ENDIF theme_madebyenable="true" -->
And delete it.
- 3. Save the edited include.htm file.
- 4. Go now to ur UltraStats site - now, u can't change the theme anymore ;)