2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * phpMyAdmin fatal error display page
9 if (! defined('PHPMYADMIN')) {
13 header('Content-Type: text/html; charset=utf-8');
15 <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
16 <html xmlns
="http://www.w3.org/1999/xhtml" xml
:lang
="<?php echo $lang; ?>" dir
="<?php echo $dir; ?>">
18 <link rel
="icon" href
="./favicon.ico" type
="image/x-icon" />
19 <link rel
="shortcut icon" href
="./favicon.ico" type
="image/x-icon" />
20 <title
>phpMyAdmin
</title
>
21 <meta http
-equiv
="Content-Type" content
="text/html; charset=utf-8" />
22 <style type
="text/css">
29 font
-family
: sans
-serif
;
32 background
-color
: #F5F5F5;
41 background
-color
: #ff0000;
46 border
: 0.1em solid red
;
47 background
-color
: #ffeeee;
53 <h1
>phpMyAdmin
- <?php
echo $error_header; ?
></h1
>
54 <p
><?php
echo PMA_sanitize($error_message); ?
></p
>