Browse Source

declare active_page for page.html template

pull/40/head
czaks 10 years ago
parent
commit
08e4fd9a0a
  1. 5
      templates/page.html

5
templates/page.html

@ -2,6 +2,9 @@
<html>
<head>
<meta charset="utf-8">
<script type="text/javascript">
active_page = "page";
</script>
{% include 'header.html' %}
<title>{{ title }}</title>
</head>
@ -22,4 +25,4 @@
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> {{ config.version }} | <a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2013 Tinyboard Development Group</p>
</footer>
</body>
</html>
</html>

Loading…
Cancel
Save