-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
48 lines (36 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
<div class="alert alert-success">
<h5> Select a tuning. Click notes to play.
</h5>
</div>
<!-- <div class="ad">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-1380788818585368";
/* tunuh add */
google_ad_slot = "3239236323";
google_ad_width = 728;
google_ad_height = 90;
//-->
<!-- </script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> -->
<div class="footer centered lblue">
<a href="https://twitter.com/tunuhapp" class="twitter-follow-button" data-show-count="true" data-lang="en">@tunuhapp</a>
<p>© Tunuh 2013</p>
</div>
</div>
<!-- /container -->
<script src="https://s3.amazonaws.com/tuning-website/js/bootstrap.js"></script>
<script src="https://s3.amazonaws.com/tuning-website/js/plugins.js"></script>
<script src="https://s3.amazonaws.com/tuning-website/js/main.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37145843-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>