updates
This commit is contained in:
parent
dcb1f862e6
commit
720470c948
@ -58,14 +58,15 @@ class Page extends BasePage
|
|||||||
$self = _get_query();
|
$self = _get_query();
|
||||||
|
|
||||||
# $header_html_thing = file_get_contents("themes/rule34v2/header.inc");
|
# $header_html_thing = file_get_contents("themes/rule34v2/header.inc");
|
||||||
|
$footer_html = $this->footer_html();
|
||||||
print <<<EOD
|
print <<<EOD
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>{$this->title}</title>
|
<title>{$this->title}</title>
|
||||||
<meta name="description" content="Rule 34, if it exists there is porn of it."/>
|
<meta name="description" content="Rule 34, if it exists there is porn of it."/>
|
||||||
<meta name="viewport" content="width=1024">
|
<meta name="viewport" content="width=1024">
|
||||||
<link rel="stylesheet" href="$data_href/themes/$theme_name/menuh.css" type="text/css">
|
<link rel="stylesheet" href="$data_href/themes/$theme_name/menuh.css" type="text/css">
|
||||||
$header_html
|
$header_html
|
||||||
|
|
||||||
<script defer src="https://unpkg.com/webp-hero@0.0.0-dev.21/dist-cjs/polyfills.js"></script>
|
<script defer src="https://unpkg.com/webp-hero@0.0.0-dev.21/dist-cjs/polyfills.js"></script>
|
||||||
@ -85,44 +86,38 @@ $header_html
|
|||||||
EOD;
|
EOD;
|
||||||
include "themes/rule34v2/header.inc";
|
include "themes/rule34v2/header.inc";
|
||||||
print <<<EOD
|
print <<<EOD
|
||||||
</td>
|
</td>
|
||||||
$head_block_html
|
$head_block_html
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
$sub_block_html
|
$sub_block_html
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
$left_block_html
|
$left_block_html
|
||||||
<p>
|
<p>
|
||||||
<a href="//whos.amung.us/show/4vcsbthd"><img src="//whos.amung.us/widget/4vcsbthd.png" style="display:none" alt="web counter" /></a>
|
<a href="//whos.amung.us/show/4vcsbthd"><img src="//whos.amung.us/widget/4vcsbthd.png" style="display:none" alt="web counter" /></a>
|
||||||
</p>
|
</p>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
$flash_html
|
$flash_html
|
||||||
<!-- <h2>Database reboot will be happening in a bit, expect a few minutes of downtime~</h2>
-->
|
<!-- <h2>Database reboot will be happening in a bit, expect a few minutes of downtime~</h2>
|
||||||
$main_block_html
|
-->
|
||||||
</article>
|
$main_block_html
|
||||||
|
</article>
|
||||||
<footer>
|
|
||||||
<font size="2px"><a href="http://rule34.paheal.net/wiki/Terms%20of%20use">Terms of use</a> !!! <a href="http://rule34.paheal.net/wiki/Privacy%20policy">Privacy policy</a> !!! <a href="http://rule34.paheal.net/wiki/2257">18 U.S.C. §2257</a><br /></font>
|
<footer>
|
||||||
<hr />
|
<font size="2px"><a href="http://rule34.paheal.net/wiki/Terms%20of%20use">Terms of use</a> !!! <a href="http://rule34.paheal.net/wiki/Privacy%20policy">Privacy policy</a> !!! <a href="http://rule34.paheal.net/wiki/2257">18 U.S.C. §2257</a><br /></font>
|
||||||
<font size="2px">BTC: <b>193gutWtgirF7js14ivcXfnfQgXv9n5BZo</b>
|
<hr />
|
||||||
ETH: <b>0x68B88a00e69Bde88E9db1b9fC10b8011226e26aF</b></font>
|
<font size="2px">BTC: <b>193gutWtgirF7js14ivcXfnfQgXv9n5BZo</b>
|
||||||
<hr />
|
ETH: <b>0x68B88a00e69Bde88E9db1b9fC10b8011226e26aF</b></font>
|
||||||
<br>
|
<hr />
|
||||||
Thank you!
|
<br>
|
||||||
|
Thank you!
|
||||||
Images © their respective owners,
|
|
||||||
<a href="http://code.shishnet.org/shimmie2/">Shimmie</a> ©
|
$footer_html
|
||||||
<a href="http://www.shishnet.org/">Shish</a> &
|
|
||||||
<a href="https://github.com/shish/shimmie2/contributors">The Team</a>
|
|
||||||
2007-2020,
|
|
||||||
based on the Danbooru concept.
|
|
||||||
$debug
|
|
||||||
$contact
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- BEGIN EroAdvertising ADSPACE CODE -->
|
<!-- BEGIN EroAdvertising ADSPACE CODE -->
|
||||||
<!--<script type="text/javascript" language="javascript" charset="utf-8" src="https://adspaces.ero-advertising.com/adspace/158168.js"></script>-->
|
<!--<script type="text/javascript" language="javascript" charset="utf-8" src="https://adspaces.ero-advertising.com/adspace/158168.js"></script>-->
|
||||||
<!-- END EroAdvertising ADSPACE CODE -->
|
<!-- END EroAdvertising ADSPACE CODE -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user