[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/symfony/error-handler/Resources/views/ -> error.html.php (source)

   1  <!DOCTYPE html>
   2  <html>
   3  <head>
   4      <meta charset="<?= $this->charset; ?>" />
   5      <meta name="robots" content="noindex,nofollow,noarchive" />
   6      <title>An Error Occurred: <?= $statusText; ?></title>
   7      <style><?= $this->include('assets/css/error.css'); ?></style>
   8  </head>
   9  <body>
  10  <div class="container">
  11      <h1>Oops! An Error Occurred</h1>
  12      <h2>The server returned a "<?= $statusCode; ?> <?= $statusText; ?>".</h2>
  13  
  14      <p>
  15          Something is broken. Please let us know what you were doing when this error occurred.
  16          We will fix it as soon as possible. Sorry for any inconvenience caused.
  17      </p>
  18  </div>
  19  </body>
  20  </html>


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer