Archived
1
0

try fixing banners

This commit is contained in:
Jeff Becker
2016-01-20 12:08:01 -05:00
parent 33d95c2ef3
commit 97faee8d1d
4 changed files with 27 additions and 25 deletions

View File

@@ -13,12 +13,6 @@
<head>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<script src="{{prefix}}static/nntpchan.js" type="text/javascript">
document.onload = function() {
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, "{{board.Prefix}}");
}
</script>
<title> {{frontend}} on nntpchan </title>
</head>
<body>
@@ -80,5 +74,12 @@
</div>
</div>
</center>
<script src="{{prefix}}static/nntpchan.js" type="text/javascript">
document.onload = function() {
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, "{{board.Prefix}}");
}
</script>
</body>
</html>