removing trailing ?> from function scripts
[squirrelmail.git] / templates / default / options.tpl
CommitLineData
4a644734 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 */
18extract($t);
19
4a644734 20?>
21</td></tr>
22</table>
23</td></tr>
24</table>
25<?php
26
4a644734 27/**
28 * $Log$
6c99d1de 29 * Revision 1.3 2006/07/15 12:01:19 tokul
30 * removing trailing ?> from function scripts
31 *
2de8b87f 32 * Revision 1.2 2006/07/13 18:49:44 tokul
33 * reverting some templating changes. They broke plugin blocks.
34 * moving display of option blocks to separate template
35 *
4a644734 36 * Revision 1.1 2006/07/09 22:22:31 vanmer
37 * - initial revision of a template for options output
38 *
39 *
40**/