la plantilla footer

Código PHP:
<div style="overflow:hidden;">
        <
div id="debug"><debugstuff></div>
    </
div>
    </
div>
            <
div class="bottommenu">
                <
div class="float_right" style="margin-top: -4px;">{$lang_select}</div>
                <
div>
                    <
span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a><a href="#top">{$lang->bottomlinks_returntop}</a><a href="#content">{$lang->bottomlinks_returncontent}</a><a href="<archive_url>">{$lang->bottomlinks_litemode}</a><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
                </
div>
            </
div>
        <
hr class="hidden" />
            <
div id="copyright">
                <
span class="float_right">{$lang->welcome_current_time}</span>
                <!-- 
You may NOT removemodify or hinder the visibility of the MyBB copyright at any time.
                     
It must contain the links to the MyBB website and be formatted appropriately.

                     
Failure to comply with the above will result in prosecution to the full extent of the law.
                     
This is free softwaresupport us and we'll support you. -->
                <span>{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<!-- End copyright -->
                <!-- You may not remove, modify, or hinder the visibility of the following copyright.
                     Doing so will void your right to use the theme -->
                Theme created by <a href="http://community.mybboard.net/user-1830.html"><strong>Justin S.</strong></a>
                <!-- End theme copyright -->
                </span>
            </div>
        </div> 
    <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection} 
Prueba reemplazando toda esa plantilla por esto:
Código:
<div style="overflow:hidden;">
        <div id="debug"><debugstuff></div>
    </div>
    </div>
            <div class="bottommenu">
                <div class="float_right">{$lang_select}</div>
                <div>
                    <span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a><a href="#top">{$lang->bottomlinks_returntop}</a><a href="#content">{$lang->bottomlinks_returncontent}</a><a href="<archive_url>">{$lang->bottomlinks_litemode}</a><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
                </div>
            </div>
        <hr class="hidden" />
            <div id="copyright">
                <span class="float_right">{$lang->welcome_current_time}</span>
                <!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
                     It must contain the links to the MyBB website and be formatted appropriately.

                     Failure to comply with the above will result in prosecution to the full extent of the law.
                     This is free software, support us and well support you. -->
                <span>{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<!-- End copyright -->
                <!-- You may not remove, modify, or hinder the visibility of the following copyright.
                     Doing so will void your right to use the theme -->
                Theme created by <a href="http://community.mybboard.net/user-1830.html"><strong>Justin S.</strong></a>
                <!-- End theme copyright -->
                </span>
            </div>
        </div>
    <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}