]> git.openstreetmap.org Git - stateofthemap.git/blob - sidebar.php
Fix http -> https links
[stateofthemap.git] / sidebar.php
1 <!-- begin sidebar -->
2
3 <div id="sidebar">
4  <div style="text-align: center; padding:10px; background-color:#fff;"><a href="/register-now/register"><img title="Register Now!" width="162" src="https://2009.stateofthemap.org/wp-content/uploads/2009/02/register_now_2.gif" alt="Register Now!" height="28" /></a></div>
5 <br />
6
7 <ul>
8 <?php         /* Widgetized sidebar, if you have the plugin installed. */
9                 if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Left Sidebar") ) : ?>
10
11 <?php endif; ?>
12
13 </ul>
14 <br /><br /><br />
15 <div id="search">
16 <ul>
17  <li style="margin-top:0px;">
18    <form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
19         <div>
20                 <input type="text" name="s" id="s" size="11" />
21                 <input type="image" src="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/images/lens.png" title="search" alt="S" style="margin:0 0 -5px 3px;" />
22         </div>
23         </form>
24  </li>
25 </ul>
26 </div><!-- end search -->
27
28 <ul>
29 <?php         /* Widgetized sidebar, if you have the plugin installed. */
30                 if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Right Sidebar") ) : ?>
31
32
33         <?php wp_list_bookmarks('title_after=</h3>&title_before=<h3>'); ?>
34
35 <h3 style="margin-left:20px;">Latest tweets</h3>
36 <div id="tweet" style="margin-left:10px;margin-right:10px;">
37  <p>Please wait while sotm tweets load...</p>
38  <p><a href="https://twitter.com/sotm">twitter.com/sotm</a></p>
39 </div>
40
41 <?php endif; ?>
42
43 </ul>
44
45 </div><!-- end sidebar -->