MyBB Community Forums

Full Version: The cure theme footer auto dst detection code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys!
can you tell me that the following code of the cure footer template whether correct or not?
Because i did some modification to this footer template. I want to know that auto detection is not effected with my modification.

---full code of this footer template--

<div class="clear"></div>
<a href="#top" class="top_icon">{$lang->bottomlinks_returntop}</a><a href="#content" class="content_icon">{$lang->bottomlinks_returncontent}</a>
<div class="clear"></div>
</div>
<div class="footer_main"></div>
</div>
</div></div>
<div id="footer">
<div class="mainwrap">
<div class="footer_menu">
<h2>Quick Navigation</h2>
<ul>
<li><a href="{$mybb->settings['homeurl']}" class="bot_home">{$mybb->settings['homename']}</a></li>
<li><a href="{$mybb->settings['contactlink']}" class="bot_contact">{$lang->bottomlinks_contactus}</a></li>
<li><a href="<archive_url>" class="bot_archive">{$lang->bottomlinks_litemode}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication" class="bot_rss">{$lang->bottomlinks_syndication}</a></li>
</ul>
</div>
<div class="footer_content">
<br />

<p>All content &copy; copyright {$mybb->settings['homename']}.</p>
<br />
<!-- MyBB is free software developed and maintained by a volunteer community.
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
to show your support for MyBB. If you choose to remove or modify the copyright below,
you may be refused support on the MyBB Community Forums.

This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>.

<!-- End powered by -->
<div class="float_right">{$lang_select}</div><br />
Theme designed by <a href="http://www.audentio.com" title="Free MyBB Themes">Audentio Design</a>
<br /><a
href="http://www.uni.cc/" target="_blank"><img
src="http://www.uni.cc/site/ext_imgreflogo.php"
border="0" onLoad="this.width=57;this.height=20;" width="1"
height="1" alt="Register your domain name at UNI.CC"><br /></a>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=106047096151600&amp;xfbml=1"></script><fb:like href="http://www.facebook.com/t20SLPL" send="false" layout="button_count" width="120" show_faces="false" font=""></fb:like><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.slplfever.uni.cc" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script type="text/javascript">
(function() {
var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://widgets.digg.com/buttons.js';
s1.parentNode.insertBefore(s, s1);
})();
</script>
<!-- Compact Button -->
<a class="DiggThisButton DiggCompact"></a><br /> <br />
</ div>
<div class="clear"></div>
<!-- <div id="debug"><debugstuff></div> -->
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>
</div>