error.html.php.b 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <?php $path = sfConfig::get('sf_relative_url_root', preg_replace('#/[^/]+\.php5?$#', '', isset($_SERVER['SCRIPT_NAME']) ? $_SERVER['SCRIPT_NAME'] : (isset($_SERVER['ORIG_SCRIPT_NAME']) ? $_SERVER['ORIG_SCRIPT_NAME'] : ''))) ?>
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="title" content="symfony project" />
  7. <meta name="robots" content="index, follow" />
  8. <meta name="description" content="symfony project" />
  9. <meta name="keywords" content="symfony, project" />
  10. <meta name="language" content="en" />
  11. <title>symfony project</title>
  12. <link rel="shortcut icon" href="/favicon.ico" />
  13. <link rel="stylesheet" type="text/css" media="screen" href="<?php echo $path ?>/sf/sf_default/css/screen.css" />
  14. <!--[if lt IE 7.]>
  15. <link rel="stylesheet" type="text/css" media="screen" href="<?php echo $path ?>/sf/sf_default/css/ie.css" />
  16. <![endif]-->
  17. </head>
  18. <body>
  19. <?php echo 'Code = '.$code ?><br>
  20. <?php echo 'Text = '.$text ?><br>
  21. <?php echo 'Name = '.$name ?><br>
  22. <?php echo 'Message = '; print_r($message) ?><br>
  23. <?php echo 'Traces = ';print_r($traces) ?><br>
  24. <?php echo 'Format = '.$format ?><br>
  25. <?php include_slot('status_bar') ?>
  26. </body>
  27. </html>