Resetting $Id$
[squirrelmail.git] / templates / default / empty_folder.tpl
1 <?php
2 /**
3 * empty_foler.tpl
4 *
5 * Message displayed when the folder is empty
6 *
7 * There are no variables available to this template.
8 *
9 * @copyright 1999-2012 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 // Get template variables
17 extract($t);
18 ?>
19 <div class="sqm_emptyFolderWrapper">
20 <table class="sqm_emptyFolder" cellspacing="1">
21 <tr>
22 <td>
23 <em><?php echo _("THIS FOLDER IS EMPTY"); ?></em>
24 </td>
25 </tr>
26 </table>
27 </div>