Add PHP5-style constructor
[squirrelmail.git] / plugins / bug_report / templates / default / system_specs.tpl
CommitLineData
1a219da9 1<?php
2
3/**
4 * system_specs.tpl
5 *
6 * Template for the system specs display screen for the Bug Report plugin.
7 *
8 * The following variables are available in this template:
9 *
10 * string $body The page content (lightly formatted system specs text
11 * with newlines and spaces for indentation)
12 *
f197ec88 13 * @copyright 1999-2016 The SquirrelMail Project Team
1a219da9 14 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
15 * @version $Id$
16 * @package squirrelmail
17 * @subpackage plugins
18 */
19
20
21// retrieve the template vars
22//
23extract($t);
24
25
26?>
27<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
28<html>
29<body>
30<pre>
31<?php echo $body; ?>
32</pre>
33
34