echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'."\n";
echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">'."\n";
echo "<head><title> PDO Exception </title>\n";
+ echo "<link rel=stylesheet type='text/css' href='?module=chrome&uri=css/pi.css' />\n";
+ echo "<link rel=icon href='?module=chrome&uri=pix/favicon.ico' type='image/x-icon' />\n";
echo '</head> <body>';
echo '<h2>Pdo exception: '.get_class($e).'</h2><code>'.$e->getMessage().'</code> (<code>'.$e->getCode().'</code>)';
echo '<p>at file <code>'.$e->getFile().'</code>, line <code>'.$e->getLine().'</code></p><pre>';
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'."\n";
echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">'."\n";
echo "<head><title> Exception </title>\n";
- echo "<link rel=stylesheet type='text/css' href=pi.css />\n";
- echo "<link rel=icon href='favicon.ico' type='image/x-icon' />";
+ echo "<link rel=stylesheet type='text/css' href='?module=chrome&uri=css/pi.css' />\n";
+ echo "<link rel=icon href='?module=chrome&uri=pix/favicon.ico' type='image/x-icon' />\n";
echo '</head> <body>';
echo '<h2>Uncaught exception: '.get_class($e).'</h2><code>'.$e->getMessage().'</code> (<code>'.$e->getCode().'</code>)';
echo '<p>at file <code>'.$e->getFile().'</code>, line <code>'.$e->getLine().'</code></p><pre>';
// This also can be modified in local.php.
$pageheaders = array
(
- 100 => "<link rel='ICON' type='image/x-icon' href='favicon.ico' />",
+ 100 => "<link rel='ICON' type='image/x-icon' href='?module=chrome&uri=pix/favicon.ico' />",
);
addCSS ('css/pi.css');