Version 2.1.0

This commit is contained in:
dmzx
2018-08-02 11:34:39 +02:00
parent cd0f139598
commit 006a4e404e
140 changed files with 2695 additions and 2699 deletions

View File

@@ -1,12 +1,9 @@
<dl class="row-item">
<dt>
{% if MCHAT_PAGE == 'archive' %}
{{ lang('MCHAT_ARCHIVE_PAGE') }}
{% elseif MCHAT_CUSTOM_PAGE %}
<a href="{{ U_MCHAT_CUSTOM_PAGE }}" title="{{ lang('MCHAT_TITLE') }}">{{ lang('MCHAT_TITLE') }}</a>
{% else %}
{{ lang('MCHAT_TITLE') }}
{% endif %}
<div class="list-inner">
{% INCLUDE '@dmzx_mchat/mchat_title.html' %}
{% INCLUDE '@dmzx_mchat/mchat_status.html' %}
</div>
</dt>
<dd></dd>
</dl>