1
|
1 |
<? |
|
2 |
|
|
3 |
// +--------------------------------------------------------------------+ |
|
4 |
// | PowerAdmin | |
|
5 |
// +--------------------------------------------------------------------+ |
|
6 |
// | Copyright (c) 1997-2002 The PowerAdmin Team | |
|
7 |
// +--------------------------------------------------------------------+ |
|
8 |
// | This source file is subject to the license carried by the overal | |
|
9 |
// | program PowerAdmin as found on http://poweradmin.sf.net | |
|
10 |
// | The PowerAdmin program falls under the QPL License: | |
|
11 |
// | http://www.trolltech.com/developer/licensing/qpl.html | |
|
12 |
// +--------------------------------------------------------------------+ |
|
13 |
// | Authors: Roeland Nieuwenhuis <trancer <AT> trancer <DOT> nl> | |
|
14 |
// | Sjeemz <sjeemz <AT> sjeemz <DOT> nl> | |
|
15 |
// +--------------------------------------------------------------------+ |
|
16 |
|
|
17 |
// Filename: error.inc.php |
|
18 |
// Startdate: 25-11-2002 |
|
19 |
// Description: simple header defining the page looks. |
|
20 |
// |
|
21 |
// $Id: header.inc.php,v 1.4 2003/02/05 23:23:53 azurazu Exp $ |
|
22 |
// |
|
23 |
|
|
24 |
?> |
|
25 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
|
26 |
<HTML> |
|
27 |
<HEAD> |
4
|
28 |
<TITLE><? echo _('PowerAdmin'); ?></TITLE> |
1
|
29 |
<LINK REL=StyleSheet HREF="style/style.css.php" TYPE="text/css"> |
|
30 |
</HEAD> |
|
31 |
<BODY> |