]> git.openstreetmap.org Git - stateofthemap.git/blob - sidebarleft.php
Aerodrome 1.0.5
[stateofthemap.git] / sidebarleft.php
1 <!-- begin sidebarleft -->
2
3 <div id="sidebarleft">
4
5
6 <div style="margin-left:10px;">
7
8
9 <!-- I N S E R T   Y O U R   A D   C O D E   H E R E
10 erase the following lines starting with <img ... and insert your adsense or other ad code here 
11 Works best with 160x600 px ads, formatted with white background and black text color
12 if you don't want to display ads, erase the following lines starting with <img ... and put some widgets (design/widgets) into the left sidebar!
13 -->
14
15 <img src="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/images/sidead.png" alt="Sidead" />
16 <img src="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/images/sidead.png" alt="Sidead" />
17
18
19
20 </div>
21
22
23 <ul>
24 <?php         /* Widgetized sidebar, if you have the plugin installed. */
25                 if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Left Sidebar") ) : ?>
26
27
28
29 <?php endif; ?>
30
31
32
33
34
35 </ul>
36
37 </div><!-- end sidebarleft -->