Just a very simple edit to remove the drop down language selector.

Navigate your way here ...

Admin CP > Look And Feel > (Edit skin you want to change) > Edit Template HTML > All Global HTML > Global Board Footer >

Remove the
Code: 
<% LANGCHOOSER %>
part on the line...

So this line...
Code: 
        <td width="45%"><% SYNDICATION %><% SKINCHOOSER %> <% LANGCHOOSER %></td>
Looks like this...
Code: 
        <td width="45%"><% SYNDICATION %><% SKINCHOOSER %> </td>
Save the change and your done!
Lease Reviewed by Lease on . [TUT]How to remove the language drop down Just a very simple edit to remove the drop down language selector. Navigate your way here ... Admin CP > Look And Feel > (Edit skin you want to change) > Edit Template HTML > All Global HTML > Global Board Footer > Remove the <% LANGCHOOSER %> part on the line... So this line... <td width="45%"><% SYNDICATION %><% SKINCHOOSER %> <% LANGCHOOSER %></td> Rating: 5