2025-05-18 16:32:19 +03:00

31 lines
801 B
Twig

</div>
{% if not render_options.full_width %}
<div class="footer">
<div class="footer-right">
Email: <a href="mailto:{{ admin_email }}">{{ admin_email }}</a>
</div>
<div class="footer-left">
Theme: <a id="switch-theme" href="javascript:void(0)" onclick="return ThemeSwitcher.next(event)">{{ theme }}</a>
{% if is_admin %}
<span class="footer-separator">|</span> <a href="/admin/">Admin</a>
<span class="footer-separator">|</span> <a href="{{ omnia_url }}">Omnia</a>
{% endif %}
</div>
</div>
{% endif %}
</div>
{{ script_html|raw }}
{% if not render_options.inside_admin_interface and not is_dev %}
{% include 'metrika.twig' %}
{% endif %}
</body>
</html>
<!-- rootless -->
{% if is_admin %}
<!-- {{ exec_time }} s -->
{% endif %}