source: trunk/www.guidonia.net/wp/wp-content/plugins/wordpress-mobile-edition/carrington-mobile-1.0.2/pages/pages-default.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 912 bytes
Line 
1<?php
2
3/*
4Template Name: Default
5*/
6
7// This file is part of the Carrington Mobile Theme for WordPress
8// http://carringtontheme.com
9//
10// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
11// http://crowdfavorite.com
12//
13// Released under the GPL license
14// http://www.opensource.org/licenses/gpl-license.php
15//
16// **********************************************************************
17// This program is distributed in the hope that it will be useful, but
18// WITHOUT ANY WARRANTY; without even the implied warranty of
19// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20// **********************************************************************
21
22if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); }
23if (CFCT_DEBUG) { cfct_banner(__FILE__); }
24
25get_header();
26
27?>
28
29<div id="content" class="group">
30<?php
31
32cfct_loop();
33
34comments_template();
35
36?>
37</div><!--#content-->
38
39<?php
40
41get_footer();
42
43?>
Note: See TracBrowser for help on using the repository browser.