threadr.lostcave.ddnss.de/threadr/about/index.php

47 lines
1.3 KiB
PHP
Raw Normal View History

2020-02-24 04:43:53 +01:00
<?php
session_start();
%SET_LOGIN_VARIABLE%
2020-03-02 14:28:09 +01:00
%PLEAZE_NO_CACHE%
2020-02-24 04:43:53 +01:00
%NO_CHEAP_SESSION_STEALING%
2020-02-26 10:47:10 +01:00
$navbar="about";
2020-02-24 04:43:53 +01:00
?>
2020-02-24 04:21:22 +01:00
<!DOCTYPE html>
<html>
<head>
<title>
ThreadR - About Us
</title>
2020-03-05 04:56:06 +01:00
%STYLESHEET%
2020-02-24 04:21:22 +01:00
<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>
2020-02-26 10:47:10 +01:00
%NAVBAR%
2020-02-26 21:58:12 +01:00
<br />
2020-02-24 22:30:30 +01:00
<div class="container">
<div class="item-1">
2020-02-26 21:55:46 +01:00
<h1>
2021-09-02 02:20:02 +02:00
<center>About this ThreadR instance...</center>
2020-02-26 21:55:46 +01:00
</h1>
2020-02-26 21:58:12 +01:00
</div>
2020-02-26 21:55:46 +01:00
<div class="item-2">
2021-09-02 02:20:02 +02:00
%ABOUT_PAGE%
2020-02-24 22:30:30 +01:00
</div>
2020-02-26 21:55:46 +01:00
<div class="item-3">
2021-09-02 02:20:02 +02:00
<h1>
<center>About ThreadR...</center>
</h1>
2020-02-24 22:30:30 +01:00
</div>
2020-02-26 21:55:46 +01:00
<div class="item-4">
2020-02-24 22:30:30 +01:00
<p>
2021-09-02 02:20:02 +02:00
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>
2020-02-24 22:30:30 +01:00
</p>
<p>
2021-09-02 02:20:02 +02:00
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>
2020-02-24 22:30:30 +01:00
</div>
2020-02-24 04:21:22 +01:00
</div>
2020-03-09 12:22:57 +01:00
%BANNER_COOKIES%
2020-02-24 04:21:22 +01:00
</body>
</html>