Remove obsolete comments
[squirrelmail.git] / templates / default / search_result_mailbox.tpl
1 <?php
2 /**
3 * search_result_mailbox.tpl
4 *
5 * Search results are separated by mailbox. This template is displayed above
6 * the results for each mailbox. Usually, this simply lists the name of the
7 * mailbox, but you could do other things here.
8 *
9 * The following variables are available in this template:
10 * $mailbox_name - Sanitized name of the mailbox.
11 *
12 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
13 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
14 * @version $Id$
15 * @package squirrelmail
16 * @subpackage templates
17 */
18
19 /** add required includes **/
20
21 /** extract template variables **/
22 extract($t);
23
24 /** Begin template **/
25 ?>
26 <div class="search">
27 <h1><?php echo _("Folder"); ?>: <?php echo $mailbox_name; ?></h1>
28 </div>