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

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.1 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
21global $comment;
22
23?>
24
25<?php if ($comment->comment_approved == '0') : ?>
26<p><em>Il tuo commento Ú in attesa di approvazione.</em></p>
27<?php endif; ?>
28
29<?php comment_text() ?>
30
31<p class="comment-info">da <cite><?php comment_author_link() ?></cite> il <a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('j M , Y') ?> alle <?php comment_time() ?></a> <?php edit_comment_link('e','',''); ?></small></p>
Note: See TracBrowser for help on using the repository browser.