70 lines
3.8 KiB
PHP
70 lines
3.8 KiB
PHP
<div class="footer">
|
|
<div class="section-divider"></div>
|
|
<!--section class="section advert-large"-->
|
|
<div class="ad">
|
|
<script type="text/javascript">
|
|
if (winWidth> 1024) { document.write('<div class="adwrapper">' + "<!-- BEGIN ADVERTSERVE CODE -->\n<script type=\"text\/javascript\">\ndocument.write(\'<scr\'+\'ipt src=\"https:\/\/reach.slowtwitch.com\/servlet\/view\/banner\/javascript\/zone?zid=64&pid=0&resolution=\'+(window.innerWidth||screen.width)+\'x\'+(window.innerHeight||screen.height)+\'&random=\'+Math.floor(89999999*Math.random()+10000000)+\'&millis=\'+new Date().getTime()+\'&referrer=\'+encodeURIComponent((window!=top&&window.location.ancestorOrigins)?window.location.ancestorOrigins[window.location.ancestorOrigins.length-1]:document.location)+\'\" type=\"text\/javascript\"><\/scr\'+\'ipt>\');\n<\/script>\n<!-- END ADVERTSERVE CODE -->" + '</div>'); } else { document.write('<div class="adwrapper">' + "<!-- BEGIN ADVERTSERVE CODE -->\n<script type=\"text\/javascript\">\ndocument.write(\'<scr\'+\'ipt src=\"https:\/\/reach.slowtwitch.com\/servlet\/view\/banner\/javascript\/zone?zid=43&pid=0&resolution=\'+(window.innerWidth||screen.width)+\'x\'+(window.innerHeight||screen.height)+\'&random=\'+Math.floor(89999999*Math.random()+10000000)+\'&millis=\'+new Date().getTime()+\'&referrer=\'+encodeURIComponent((window!=top&&window.location.ancestorOrigins)?window.location.ancestorOrigins[window.location.ancestorOrigins.length-1]:document.location)+\'\" type=\"text\/javascript\"><\/scr\'+\'ipt>\');\n<\/script>\n<!-- END ADVERTSERVE CODE -->" + '</div>'); }
|
|
</script>
|
|
<br />
|
|
</div>
|
|
<!--/section-->
|
|
|
|
<?
|
|
$fetch_sponsors = mysql_query("SELECT * FROM glinks_Ticker ORDER BY ticker_text ASC");
|
|
$sponsors = array();
|
|
while ($row = mysql_fetch_array($fetch_sponsors)) {
|
|
array_push($sponsors, '<a href="' . $row[ticker_link] .'">' . $row[ticker_text] . '</a>');
|
|
}
|
|
?>
|
|
<? if (count($sponsors) > 0) { ?>
|
|
<section class="sponsors">
|
|
<hr class="line">
|
|
<nav>
|
|
<? echo join(" | ", $sponsors); ?>
|
|
</nav>
|
|
</section>
|
|
<? } ?>
|
|
|
|
<div class="masfoot clearfix">
|
|
<div class="navbar menu">
|
|
<ul class="nav">
|
|
<li><a href="<? echo $main_site_url ?>/aboutus.html" class="aboutus">About</a></li>
|
|
<li><a href="<? echo $main_site_url ?>/advertise.html" class="aboutus">Advertise</a></li>
|
|
<li><a href="<? echo $main_site_url ?>/privacy.html" class="policy">Privacy Policy</a></li>
|
|
<li><a href="javascript: Cookiebot.renew()">Cookie Consent</a></li>
|
|
<li><a href="<? echo $main_site_url ?>/agreement.html" class="agreement">User Agreement</a></li>
|
|
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="social clearfix">
|
|
<? include($common_path . "/templates/include_social.html"); ?>
|
|
</div>
|
|
</div>
|
|
<div class="masfoot-b clearfix">
|
|
<div class="newsletter">
|
|
<h2 class="forum">newsletter</h2>
|
|
Sign up for the Slowtwitch newsletter
|
|
<? include($common_path . "/templates/include_subscribe.html"); ?>
|
|
</div>
|
|
<div class="contact-us clearfix">
|
|
<span class="sprite-logo"></span>
|
|
<p class="addr">transition-DOT-area-AT-slowtwitch-DOT-com</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="bg-1 clearfix">
|
|
<div class="col-5">
|
|
<div class="adv-withus clearfix">
|
|
<span class="sprite-logo-sm"></span>
|
|
<a href="<? echo $main_site_url ?>/advertise.html">Advertise with us</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-7">
|
|
<div class="copyright">
|
|
<p>©1999-<? $year = date("Y"); echo $year; ?> Slowtwitch, Inc., and Slowtwitch.com<br />Reproduction of material from any Slowtwitch.com page<br />without written permission is strictly prohibited.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|