]> git.openstreetmap.org Git - stateofthemap.git/blob - footer.php
Add customised theme for State of the Map 2010
[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
27 <script type="text/javascript">
28 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
29 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
30 </script>
31 <script type="text/javascript">
32 try{
33 var pageTracker = _gat._getTracker("UA-7302606-1");
34 pageTracker._trackPageview();
35 } catch(err) {}</script>
36
37 </body>
38 </html>