-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
41 lines (38 loc) · 1.13 KB
/
footer.php
File metadata and controls
41 lines (38 loc) · 1.13 KB
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
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package _tk
*/
?>
</div><!-- close .*-inner (main-content or sidebar, depending if sidebar is used) -->
</div><!-- close .row -->
</div><!-- close .container -->
</div><!-- close .main-content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<?php // substitute the class "container-fluid" below if you want a wider content area ?>
<div class="container">
<div class="row">
<div class="site-footer-inner col-sm-12">
<div class="site-info">
<div class="row">
<div class="col-sm-4">
<a class="twitter-follow-button"
href="https://twitter.com/RANGHETTOdotCOM"
data-show-screen-name="false">
Follow @RANGHETTOdotCOM</a>
</div>
<div class="col-sm-4">
<a class="credits" href="http://ranghetto.com/" title="RANGHETTOdotCOM">RANGHETTOdotCOM</a>
</div>
</div>
</div><!-- close .site-info -->
</div>
</div>
</div><!-- close .container -->
</footer><!-- close #colophon -->
<?php wp_footer(); ?>
</body>
</html>