PHP 5.3 deprecated ereg() function (#2820952)
[squirrelmail.git] / templates / default / search_result_empty.tpl
1 <?php
2 /**
3 * search_result_empty.tpl
4 *
5 * Template displayed when no search results are found.
6 *
7 * There are no variables given to this template.
8 *
9 * @copyright &copy; 1999-2009 The SquirrelMail Project Team
10 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
11 * @version $Id$
12 * @package squirrelmail
13 * @subpackage templates
14 */
15
16 /** add required includes **/
17
18 /** extract template variables **/
19 extract($t);
20
21 /** Begin template **/
22 ?>
23 <div class="search">
24 <h2><?php echo _("No Messages Found"); ?></h2>
25 </div>