Add form name to row_click call as well
[squirrelmail.git] / templates / default / search_result_empty.tpl
CommitLineData
146acc11 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-2006 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 **/
19extract($t);
20
21/** Begin template **/
22?>
23<div class="search">
24<h2><?php echo _("No Messages Found"); ?></h2>
25</div>