Updating copyrights. Happy New Year.
[squirrelmail.git] / plugins / bug_report / templates / default / system_specs.tpl
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 *
13 * @copyright 1999-2012 The SquirrelMail Project Team
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 //
23 extract($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