]> git.openstreetmap.org Git - stateofthemap.git/blob - footer.php
Fix style link
[stateofthemap.git] / footer.php
1 <!-- begin footer -->
2 </div><!-- end content -->
3
4 <?php include(TEMPLATEPATH . '/sidebarleft.php'); ?>
5 <?php get_sidebar(); ?>
6
7 <!-- leave the footprint as it is -->
8 <p class="footprint"><cite>Template: TheBuckmaker.com <a href="http://thebuckmaker.com/">Wordpress Themes</a> | The State of the Map &copy 2010 | OpenStreetMap Foundation Reg. No. 591276
9  | <a href="http://login.stateofthemap.org/">team login</a> 
10 </cite></p>
11
12 </div><!-- end rap -->
13
14 <?php wp_footer(); ?>
15
16 <script type="text/javascript" charset="utf-8">
17 getTwitters('tweet', { 
18   id: 'sotm', 
19   count: 3, 
20   enableLinks: true, 
21   ignoreReplies: true, 
22   clearContents: true,
23   template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>'
24 });
25 </script>
26 </body>
27 </html>