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 |
|
---|
18 | if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); }
|
---|
19 | if (CFCT_DEBUG) { cfct_banner(__FILE__); }
|
---|
20 |
|
---|
21 | get_header();
|
---|
22 |
|
---|
23 | $s = get_query_var('s');
|
---|
24 |
|
---|
25 | $search_title = '<a href="'.get_bloginfo('url').'/?s='.attribute_escape($s).'" title="">'.htmlspecialchars($s).'</a>';
|
---|
26 |
|
---|
27 | ?>
|
---|
28 |
|
---|
29 | <div id="content">
|
---|
30 | <h1 class="table-title"><?php printf(__('Ricerc risultati per: %s', 'carrington-blog'), $search_title); ?></h1>
|
---|
31 | <?php
|
---|
32 | cfct_loop();
|
---|
33 | ?>
|
---|
34 | </div><!--#content-->
|
---|
35 |
|
---|
36 | <?php
|
---|
37 |
|
---|
38 | get_footer();
|
---|
39 |
|
---|
40 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.