Файл: adultscript-2.0.3-pro/files/mobile/templates/default/footer.tpl.php
Строк: 22
<?php defined('_VALID') or die('Restricted Access!'); ?>
<?php echo p('adv', 'mobile-footer'); ?>
<div data-role="footer" class="ui-bar">
<?php echo p('menu_footer'); ?>
</div>
<blockquote><h5>
Copyright (©) <strong><?php echo e($this->cfg['site_name']); ?></strong>
</h5></blockquote>
</div>
<?php if ($this->cfg['google_analytics'] != ''): ?>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '<?php echo $this->cfg['google_analytics']; ?>']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<?php endif; ?>
</body>
</html>