8f683f04ee5a814fb947319f76f447754286d57c
[squirrelmail.git] / templates / default / options.tpl
1 <?php
2 /**
3 * options.tpl
4 *
5 * Template for rendering the options page
6 *
7 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 * @version $Id$
10 * @package squirrelmail
11 * @subpackage templates
12 */
13
14 /** add required includes */
15
16
17 /** extract variables */
18 extract($t);
19
20 ?>
21 </td></tr>
22 </table>
23 </td></tr>
24 </table>
25 <?php
26
27 /**
28 * $Log$
29 * Revision 1.2 2006/07/13 18:49:44 tokul
30 * reverting some templating changes. They broke plugin blocks.
31 * moving display of option blocks to separate template
32 *
33 * Revision 1.1 2006/07/09 22:22:31 vanmer
34 * - initial revision of a template for options output
35 *
36 *
37 **/
38 ?>