<?php
session_start();
%SET_LOGIN_VARIABLE%
%PLEAZE_NO_CACHE%
%NO_CHEAP_SESSION_STEALING%
$navbar="about";
?>
<!DOCTYPE html>
<html>
  <head>
    <title>
      ThreadR - About Us
    </title>
    %STYLESHEET%
    <link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  </head>
  <body>
    %NAVBAR%
    <div class="container">
      <div class="item-1">
      	<h1>
      	  <center>About this ThreadR instance...</center>
        </h1>
      </div>
      <div class="item-2">
        %ABOUT_PAGE%
      </div>
      <div class="item-3">
      	<h1>
      	  <center>About ThreadR...</center>
        </h1>
      </div>
      <div class="item-4">
        <p>
          This forum is powered by the ThreadR Forum Engine. More information here:
          <a href="https://threadr.lostcave.ddnss.de/threadr/about">[about page on the Developer's instance]</a>
          and <a href="https://lostcave.ddnss.de/git/root/threadr.lostcave.ddnss.de">[git repository]</a>
        </p>
        <p>
          If you encounter any issues, please report them to the issues board on our official instance at <a href="">[put link here when ready]</a>
        </p>
      </div>
    </div>
    %BANNER_COOKIES%
  </body>
</html>