View file public_html/kernel/theme/footer.php

File size: 1.74Kb
</div>
  <footer class="main-footer">
    <div class="pull-right hidden-xs">
      <b>Version</b> <?=$product['vers']?> <br />
<center><!--LiveInternet counter--><script type="text/javascript">
document.write("<a href='//www.liveinternet.ru/click' "+
"target=_blank><img src='//counter.yadro.ru/hit?t24.7;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape(document.title.substring(0,150))+";"+Math.random()+
"' alt='' title='LiveInternet: показано число посетителей за"+
" сегодня' "+
"border='0' width='88' height='15'><\/a>")
</script><!--/LiveInternet--></center>
    </div>
    <strong>Copyright &copy; 2019 <a href="<?=$site['url']?>">WORLDCMS.RU</a></strong><br />Все права принадлежат "WEARNINGS". 
  </footer>
<? require_once H.''.THEMES.'/source/sidebar_right.php'; ?>
</div>
<script src="<?= THEMES ?>/assets/js/jquery.js"></script>
<script src="<?= THEMES ?>/assets/js/bootstrap.js"></script>
<script src="<?= THEMES ?>/assets/js/jquery.slimscroll.js"></script>
<script src="<?= THEMES ?>/assets/js/fastclick.js"></script>
<script src="<?= THEMES ?>/assets/js/adminlte.js"></script>
<script src="<?= THEMES ?>/assets/js/settings.js"></script>
<script src="<?= THEMES ?>/plugin/icheck/icheck.js"></script>
<script>
  $(function () {
    $('input').iCheck({
      checkboxClass: 'icheckbox_square-red',
      radioClass: 'iradio_square-red',
      increaseArea: '20%' /* optional */
    });
  });
</script>






<script>
  $(document).ready(function () {
    $('.sidebar-menu').tree()
  })
</script>
</body>
</html>