Improve usability of attachment checkboxes
[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 *
c0d96801 9 * @copyright 1999-2012 The SquirrelMail Project Team
146acc11 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>