This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
55 lines (41 loc) · 1.71 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content
* after. Calls sidebar-footer.php for bottom widgets.
*
* @package Cryout Creations
* @subpackage mantra
* @since mantra 0.5
*/
?> <div style="clear:both;"></div>
</div> <!-- #forbottom -->
</div><!-- #main -->
<footer id="footer" role="contentinfo">
<div id="colophon">
<?php get_sidebar( 'footer' );?>
</div><!-- #colophon -->
<div id="footer2">
<?php cryout_footer_hook(); ?>
<?php bloginfo('name'); echo " © 2012 - " .gmdate(Y) ?> | Web běží na hostingu společnosti <a href="http://www.exohosting.cz" target="_blank">EXO HOSTING</a>
<br />
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.cs">
<img alt="Licence Creative Commons" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png" />
</a>
<br />
Články(díla), zveřejněné na tomto webu, podléhají licenci <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.cs">Creative Commons - Uveďte autora a zdroj - Nevyužívejte dílo komerčně - Zachovejte licenci 3.0 Unported </a>.
<script type="text/javascript">
window.___gcfg = {lang: 'cs'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div><!-- #footer2 -->
</footer><!-- #footer -->
</div><!-- #wrapper -->
<?php wp_footer(); ?>
</body>
</html>