Contact us link (bottom of forum)

niden.net

Member
Greetings.

Something I noticed (which might be nothing but I just want to check it out either way).

Viewing the source of this forum, I see:

Code:
<ul class="footerLinks">
    <li><a href="http://xenforo.com/contact/">Contact Us</a></li>
    <li><a href="http://xenforo.com/">Home</a></li>
    <li><a href="/community/threads/setup-seo-full-friendly-urls-on-nginx.5151/#navigation">Top</a></li>
</ul>

On my site it is different.


Code:
<ul class="footerLinks">
    <li><a href="misc/contact" class="OverlayTrigger" data-overlayOptions="{&quot;fixed&quot;:false}">Contact Us</a></li>
    <li><a href="http://www.longhairsistas.com/">Home</a></li>
    <li><a href="/#navigation">Top</a></li>
</ul>
See the class OverlayTrigger and the &quot; stuff. Should that be there?
 
Top Bottom