source: trunk/www.guidonia.net/wp/wp-content/themes/carrington-mobile-1.0.2/footer/home.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.6 KB
Line 
1<?php
2
3// This file is part of the Carrington Mobile Theme for WordPress
4// http://carringtontheme.com
5//
6// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
7// http://crowdfavorite.com
8//
9// Released under the GPL license
10// http://www.opensource.org/licenses/gpl-license.php
11//
12// **********************************************************************
13// This program is distributed in the hope that it will be useful, but
14// WITHOUT ANY WARRANTY; without even the implied warranty of
15// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16// **********************************************************************
17
18if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); }
19if (CFCT_DEBUG) { cfct_banner(__FILE__); }
20
21cfct_form('search');
22
23?>
24<hr />
25
26 <h2 id="pages" class="table-title"><?php _e('Pages'); ?></h2>
27 <ul class="disclosure table group">
28 <?php wp_list_pages('title_li=&depth=1&child_of='.$parent); ?>
29 </ul>
30
31<hr />
32
33<p id="navigation-bottom" class="navigation">
34 <?php cfct_misc('main-nav'); ?>
35</p>
36
37<!-- Start of StatCounter Code -->
38<script type="text/javascript">
39var sc_project=5096531;
40var sc_invisible=1;
41var sc_partition=58;
42var sc_click_stat=1;
43var sc_security="e4b997ec";
44</script>
45
46<script type="text/javascript"
47src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
48class="statcounter"><a title="myspace hit counters"
49href="http://www.statcounter.com/myspace/"
50target="_blank"><img class="statcounter"
51src="http://c.statcounter.com/5096531/0/e4b997ec/1/"
52alt="myspace hit counters" ></a></div></noscript>
53<!-- End of StatCounter Code -->
54<hr />
55
56<?php
57
58cfct_template_file('footer', 'bottom');
59
60?>
Note: See TracBrowser for help on using the repository browser.