How to remove css style changing

To remove css style changing

edit templates/header.tpl

Remove


Code:
            {if $smarty.session.CSS eq "default"}
                <a href="{$base_url}/style/black/">
                    <img src="{$img_css_url}/images/style/black.png" alt="Black" />
                </a>
            {else}
                <a href="{$base_url}/style/default/">
                    <img src="{$img_css_url}/images/style/default.png" alt="Default" />
                </a>
            {/if}

HOWTO