source: trunk/www.guidonia.net/wp/wp-content/themes/fusion/footer.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 2.1 KB
Line 
1<?php /* Fusion/digitalnature */
2 $options = get_option('fusion_options');
3?>
4
5 </div>
6 <!-- /side wrap -->
7 </div>
8 <!-- /mid column wrap -->
9</div>
10<!-- /main wrapper -->
11
12<!-- clear main & sidebar sections -->
13<div class="clearcontent"></div>
14<!-- /clear main & sidebar sections -->
15
16<!-- footer -->
17 <div id="footer">
18 <!-- please do not remove this. respect the authors :) -->
19 <p>
20 <?php
21 //printf(__('Fusion theme by %s', 'fusion'), '<a href="http://digitalnature.ro/projects/fusion">digitalnature</a>');
22 //print ' | ';
23 //printf(__('powered by %s', 'fusion'), '<a href="http://wordpress.org/">WordPress</a>');
24 ?>
25 <br />
26 <a class="rss" href="<?php bloginfo('rss2_url'); ?>"><?php _e('Entries (RSS)','fusion'); ?></a> <?php _e('and','fusion');?> <a href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comments (RSS)','fusion'); ?></a> <a href="#" id="toplink">^</a>
27 <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
28 </p>
29 </div>
30 <!-- /footer -->
31 <?php if((!$options['nolayoutcontrol']) && (!$options['nojquery'])) { ?>
32 <div id="layoutcontrol">
33 <a href="javascript:void(0);" class="setFont" title="<?php _e('Increase/Decrease text size','fusion'); ?>"><span>SetTextSize</span></a>
34 <a href="javascript:void(0);" class="setLiquid" title="<?php _e('Switch between full and fixed width','fusion'); ?>"><span>SetPageWidth</span></a>
35 </div>
36 <?php } ?>
37</div>
38<!-- /page -->
39
40</div>
41</div>
42<!-- /page wrappers -->
43
44
45<?php wp_footer(); ?>
46
47
48<!-- Start of StatCounter Code -->
49<script type="text/javascript">
50var sc_project=4711170;
51var sc_invisible=1;
52var sc_partition=56;
53var sc_click_stat=1;
54var sc_security="aab5f80b";
55</script>
56
57<script type="text/javascript"
58src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
59class="statcounter"><a title="website statistics"
60href="http://www.statcounter.com/" target="_blank"><img
61class="statcounter"
62src="http://c.statcounter.com/4711170/0/aab5f80b/1/"
63alt="website statistics" ></a></div></noscript>
64<!-- End of StatCounter Code -->
65</body>
66</html>
Note: See TracBrowser for help on using the repository browser.