Textpattern PHP Cross Reference Content Management Systems

Source: /textpattern/setup/themes/four-point-eight/pages/error_default.txp - 42 lines - 1324 bytes - Text - Print

   1  <!DOCTYPE html>
   2  <html lang="<txp:lang />" dir="<txp:text item="lang_dir" />">
   3  
   4  <head>
   5      <meta charset="utf-8">
   6      <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
   7      <title><txp:error_status /></title>
   8  
   9      <!-- CSS -->
  10      <txp:css format="link" media="" />
  11      <!-- ...or you can use (faster) external CSS files e.g. <link rel="stylesheet" href="<txp:page_url type="theme_path" />/styles/default.css"> -->
  12  
  13      <meta name="generator" content="Textpattern CMS">
  14      <meta name="robots" content="none">
  15  
  16      <!-- content feeds -->
  17      <txp:feed_link flavor="atom" format="link" label="Atom" />
  18      <txp:feed_link flavor="rss" format="link" label="RSS" />
  19  </head>
  20  
  21  <body class="error-page" itemscope itemtype="https://schema.org/WebPage">
  22  
  23      <txp:output_form form="body_header" />
  24  
  25      <div class="wrapper">
  26          <div class="container">
  27  
  28              <!-- Main content -->
  29              <main id="main" aria-label="<txp:text item="main_content" />">
  30                  <h1 class="error-status"><txp:error_status /></h1>
  31                  <p class="error-msg"><txp:error_message /></p>
  32              </main>
  33  
  34              <txp:output_form form="body_aside" />
  35  
  36          </div> <!-- /.container -->
  37      </div> <!-- /.wrapper -->
  38  
  39      <txp:output_form form="body_footer" />
  40  
  41  </body>
  42  </html>

title

Description

title

Description

title

Description

title

title

Body