try fixing banners more D:
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
<link rel="stylesheet" href="{{thread.Prefix}}static/site.css" />
|
||||
<link rel="stylesheet" href="{{thread.Prefix}}static/user.css" />
|
||||
<script type="text/javascript" src="{{thread.Prefix}}static/nntpchan.js"></script>
|
||||
<script>
|
||||
var e = document.getElementById("nntpchan_banner");
|
||||
nntpchan_inject_banners(e, "{{board.Prefix}}");
|
||||
</script>
|
||||
<title> {{thread.OP.Subject}} </title>
|
||||
</head>
|
||||
<body>
|
||||
@@ -31,7 +35,8 @@
|
||||
{{{form}}}
|
||||
</div>
|
||||
<hr />
|
||||
<div onload="nntpchan_inject_banners(this, '{{thread.Prefix}}');">
|
||||
<div id="nntpchan_banner">
|
||||
[banner]
|
||||
</div>
|
||||
<div class="thread" id="thread_{{thread.OP.PostHash}}">
|
||||
<div class="thread_header">
|
||||
|
Reference in New Issue
Block a user