forked from fant0mex/DIAS_
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·20 lines (17 loc) · 850 Bytes
/
Copy pathfooter.php
File metadata and controls
executable file
·20 lines (17 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<footer id="footer">
<div class="container-fluid">
<div class="navbar-text pull-left">
<a href="#">© <?php echo date( 'Y' ) ;?> <?php bloginfo('name'); ?></a>
</div>
<div class="navbar-text pull-right">
<a href="https://www.facebook.com/DIAScreative"><i class="largeIcon fa fa-facebook"></i></a>
<a href="https://twitter.com/DIASCreative"><i class="largeIcon fa fa-twitter"></i></a>
<a href="http://vimeo.com/user25467824"><i class="largeIcon fa fa-vimeo-square"></i></a>
<a href="http://www.linkedin.com/company/dias-creative"><i class="largeIcon fa fa-linkedin"></i></a>
</div>
</div>
</footer>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/dias-ck.js"></script>
<?php wp_footer(); ?>
</body>
</html>