-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
55 lines (51 loc) · 1.51 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
</div>
<!-- /#main -->
<?php get_sidebar(); ?>
<div class="clear"></div>
<!-- /.cler -->
</div>
<!-- /#wrap-in -->
</div>
<!-- /#wrap -->
</div>
<!-- /#container -->
<div id="footer">
<div id="footer-in">
<div id="gadf"> </div>
<h3><a href="<?php echo home_url(); ?>/">
<?php wp_title(''); ?>
</a></h3>
<h4><a href="<?php echo home_url(); ?>/">
<?php bloginfo('description'); ?>
</a></h4>
<!--著作権リンク-->
<p class="stinger"><a href="http://stinger3.com" rel="nofollow">WordPress-Theme STINGER3</a></p>
<p class="copy">Copyright©
<?php bloginfo('name');?>
,
<?php the_date('Y');?>
All Rights Reserved.</p>
</div>
<!-- /#footer-in -->
</div>
<?php wp_footer(); ?>
<!-- ページトップへ戻る -->
<div id="page-top"><a href="#wrapper">PAGE TOP ↑</a></div>
<!-- ページトップへ戻る 終わり -->
<!-- js切り替え -->
<?php if(is_mobile()) { ?>
<script type="text/javascript" src="<?php if (defined('THEMECDN')) { echo THEMECDN; } else { echo get_template_directory_uri(); } ?>/smartbase.js"></script>
<?php
}else{
?>
<script type="text/javascript" src="<?php if (defined('THEMECDN')) { echo THEMECDN; } else { echo get_template_directory_uri(); } ?>/base.js"></script>
<?php
}
?>
<!-- ここにsns02 -->
<?php if ( function_exists('wp_is_mobile') && wp_is_mobile() ) :?>
<?php else: ?>
<?php get_template_part('sns02');?>
<?php endif; ?>
<!-- ここまでsns02 -->
</body></html>