-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsidebar.php
More file actions
executable file
·37 lines (33 loc) · 1.04 KB
/
sidebar.php
File metadata and controls
executable file
·37 lines (33 loc) · 1.04 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
<div id="sidebar">
<div id="turpial_adsense_sidebar">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9865703181407066";
/* Turpial Sidebar */
google_ad_slot = "0210254568";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<ul>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<?php endif; ?>
</ul>
<div id="turpial_adsense_sidebar">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9865703181407066";
/* Turpial Sidebar Bottom */
google_ad_slot = "6623664408";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
<div class="clearbox"></div>