Вход Регистрация
Файл: templates/footer.html
Строк: 34
</div>
<div class="title">
<?=$config['footer']?></div>

<?php if ($config['online']): ?>
<?
if($login):
?><?if($user['id']):?>
<a href="<?=URL?>panel/online.php">ONline <?=$user_online?></a>
<?endif;?><?else:?>
<a>ONline </a><?=$user_online?>
<?
endif;?>
<?
endif;?>

<?if($config['generation']):?>
<?=round
(microtime(1) - $runtime4)?> сек.
<?endif;?>
</div>
<link rel="stylesheet" href="<?=URL?>css/owl/owl.carousel.css" type="text/css" />
<link rel="stylesheet" href="<?=URL?>css/owl/owl.lazyload.css" type="text/css" />
<link rel="stylesheet" href="<?=URL?>css/owl/owl.theme.default.css" type="text/css" />
<script src="<?=URL?>js/libs/jquery.min.js"></script>
<script src="<?=URL?>js/libs/carousel.js"></script>
<script>
    $(document).ready(function() {
        $('.owl-carousel').owlCarousel({
            lazyLoad: true,
            margin: 10,
            responsiveClass: true,
            responsive: {
                0: {
                    items: 1
                },
                240: {
                    items: 2
                },
                480: {
                    items: 3,
                    dots: false
                }
            }
        });
    });
</script>
</body>
</html>
Онлайн: 0
Реклама