Version 2.0.2

This commit is contained in:
dmzx
2017-12-09 08:09:57 +01:00
parent 6405c7c7ab
commit 0addbac5c0
92 changed files with 1051 additions and 776 deletions

View File

@@ -1,11 +1,11 @@
<!-- INCLUDE simple_header.html -->
{% INCLUDE 'simple_header.html' %}
<h2>{L_MCHAT_RULES}</h2>
<h2>{{ lang('MCHAT_RULES') }}</h2>
<div class="rules">
<div class="inner">
{MCHAT_RULES}
{{ MCHAT_RULES }}
</div>
</div>
<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>
<a href="#" onclick="window.close(); return false;">{{ lang('CLOSE_WINDOW') }}</a>
<!-- INCLUDE simple_footer.html -->
{% INCLUDE 'simple_footer.html' %}