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">
|
---|
50 | var sc_project=4711170;
|
---|
51 | var sc_invisible=1;
|
---|
52 | var sc_partition=56;
|
---|
53 | var sc_click_stat=1;
|
---|
54 | var sc_security="aab5f80b";
|
---|
55 | </script>
|
---|
56 |
|
---|
57 | <script type="text/javascript"
|
---|
58 | src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
|
---|
59 | class="statcounter"><a title="website statistics"
|
---|
60 | href="http://www.statcounter.com/" target="_blank"><img
|
---|
61 | class="statcounter"
|
---|
62 | src="http://c.statcounter.com/4711170/0/aab5f80b/1/"
|
---|
63 | alt="website statistics" ></a></div></noscript>
|
---|
64 | <!-- End of StatCounter Code -->
|
---|
65 | </body>
|
---|
66 | </html>
|
---|