2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * phpMyAdmin fatal error display page
9 if (! defined('PHPMYADMIN')) {
13 if (! defined('TESTSUITE')) {
14 header('Content-Type: text/html; charset=utf-8');
18 <html lang
="<?php echo $lang; ?>" dir
="<?php echo $dir; ?>">
20 <link rel
="icon" href
="favicon.ico" type
="image/x-icon" />
21 <link rel
="shortcut icon" href
="favicon.ico" type
="image/x-icon" />
22 <title
>phpMyAdmin
</title
>
23 <meta charset
="utf-8" />
24 <style type
="text/css">
31 font
-family
: sans
-serif
;
34 background
-color
: #F5F5F5;
43 background
-color
: #ff0000;
48 border
: 0.1em solid red
;
49 background
-color
: #ffeeee;
55 <h1
>phpMyAdmin
- <?php
echo $error_header; ?
></h1
>
56 <p
><?php
echo PMA_sanitize($error_message); ?
></p
>