Archived
1
0

update older templates to be aware of themes

This commit is contained in:
Jeff Becker
2016-03-09 13:23:58 -05:00
parent 89dfe68b32
commit 2319327917
3 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
<html>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<link id="current_theme" rel="stylesheet" href="{{prefix}}static/user.css" />
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
<meta http-equiv="refresh" content="1; {{redirect_url}}" />
<body>
<p>{{#i18n.Translations}}{{post_failed_label}}{{/i18n.Translations}}: {{reason}}</p>