ACC SHELL
<?php
/**
* The template for displaying the footer.
*
* Contains footer content and the closing of the
* #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?>
</div><!-- #main .wrapper -->
<footer id="colophon" role="contentinfo">
<div class="copy">
© 2015 LABOSERV s.r.o.
</div>
<div class="site-info">
powered by <a href="http://cs.wordpress.org" target="_blank">WordPress</a> | <a href="<?php echo home_url(); ?>/wp-login.php">admin</a> | designed by <a href="http://www.vertigo.cz" target="_blank">VERTIGO.CZ</a>
<!--<?php do_action( 'twentytwelve_credits' ); ?>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>-->
</div><!-- .site-info -->
</footer><!-- #colophon -->
<!--</div>--><!-- #page -->
<?php wp_footer(); ?>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-42047078-1']);
_gaq.push(['_setDomainName', 'laboserv.cz']);
_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>
</body>
</html>
ACC SHELL 2018