mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
9 lines
261 B
Twig
9 lines
261 B
Twig
{% if constant('PAGE') == 'rules' %}
|
|
<b>{{ config.lua.serverName }} Rules</b><br/>
|
|
<textarea rows="25" wrap="physical" cols="70" readonly="true">
|
|
{% endif %}
|
|
{{ getCustomPage('rules_on_the_page') }}
|
|
{% if constant('PAGE') == 'rules' %}
|
|
</textarea>
|
|
{% endif %}
|