File: /home/httpd/html/nyloncams.com/public_html/templates/default/template.overall_footer.php
<? if (checkNav('index')) { ?>
</div>
</div>
</section>
<? } ?>
<section class="light-dark-bk">
<div class="container-fluid custom-90">
<div class="row header-row my-3">
<div class="col-lg-12 col-md-12 col-sm-12">
<span class="text-uppercase d-flex justify-content-start align-items-center">
<span class="text-header">These webcams were previously online</span>
</span>
</div>
</div>
<div class="row gallery">
<?
$result = dbQuery("SELECT `performers`.*, paysites.name AS siteName, paysites.slug as siteSlug FROM `performers` RIGHT JOIN `paysites` ON `performers`.`site` = `paysites`.`record_num` WHERE `performers`.`deleted` = 0 AND `performers`.`status` = 1 $filterAnd ORDER BY last_online DESC LIMIT 0,6", true);
foreach ($result as $row) {
getTemplate("template.performer_item_footer.php");
}
?>
</div>
</div>
</section>
<footer class="footer">
<div class="footer-top">
<div class="container-fluid custom-90">
<div class="row header-row my-3">
<div class="col-lg-12 col-md-12 col-sm-12">
<?php displayBlock(1); ?>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container-fluid custom-90">
<div class="row align-items-center">
<div class="col-lg-3 footer-logo">
</div>
<div class="col-lg-6 d-flex justify-content-center">
<? getWidget('widget.footer_links.php'); ?>
</div>
<div class="col-lg-3">
<div class="d-flex justify-content-lg-end justify-content-center">
<img class="" src="<? echo $template_url; ?>/images/approval-logo.png" alt="">
</div>
</div>
</div>
</div>
</div>
</footer>
<?php if (checkNav('index')) { ?>
<div class="modal" tabindex="-1" id="addFavModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" style="color:#000"><?php echo _t('Add Favorite'); ?></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-bs-dismiss="modal"><?php echo _t('Close'); ?></button>
</div>
</div>
</div>
</div>
<?php } ?>
<div class="modal" tabindex="-1" id="infoModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" style="color:#000"></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-bs-dismiss="modal"><?php echo _t('Close'); ?></button>
</div>
</div>
</div>
</div>
<?php if($_GET['controller'] == 'performer' && $template_adblock_check == true) { ?>
<?php //pops a modal on the performer webcam page if adblock is enabled ?>
<div class="modal fade" id="blockingEnabled" aria-hidden="true" aria-labelledby="blockingEnabledLabel" tabindex="-1">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content" style='color: #000000;'>
<div class="modal-header">
<h5 class="modal-title" id="blockingEnabledLabel">Adblock Detected!</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
Please disable adblock to view this site. Some webcams may not display correctly with adblock enabled!
</div>
</div>
</div>
</div>
<script src="<?php echo $template_url; ?>/js/sailthru.js" type="text/javascript"></script>
<script type="text/javascript">
$( document ).ready(function() {
if(!document.getElementById('NzPHycuqQODd')){
var abModal = new bootstrap.Modal(document.getElementById('blockingEnabled'));
abModal.show();
}
});
</script>
<?php } ?>
</body>
</html>