-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
30 lines (19 loc) · 835 Bytes
/
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
<!-- ********************************************************************* -->
<!--****************** Site footer ***********************************-->
<!-- ********************************************************************* -->
<?php get_sidebar('footer-first'); ?>
<?php get_sidebar('footer-second'); ?>
<footer class="site-footer">
<section class="layout">
<span class="site-credit"><?php echo __( "Vira Co © 2015. All rights reserved.","viradeco"); ?></span>
<span class="site-designer">
<?php echo __('Designed by ','viradeco');?>
<a href="http://karait.com"><?php echo __('Farakaranet ','viradeco');?></a>
</span>
</section>
</footer> <!-- footer -->
<!-- scrolltofixed menu -->
</div>
<?php wp_footer(); ?>
</body><!-- body -->
</html><!-- html -->