Автозамены регионов

This commit is contained in:
Konstantin
2026-05-30 17:43:37 +03:00
parent df8cf22112
commit 6c8a012702
16 changed files with 317 additions and 18 deletions
@@ -11,16 +11,14 @@
<div><a href="mailto:{{ config_email }}">{{ config_email }}</a></div>
<div>{{ config_address }}</div>
</div>
{% if informations %}
<div class="col-12">
<div class="row g-3 justify-content-center">
<div class="col-auto"><a href="{{ contact }}">{{ text_contacts }}</a></div>
{% for information in informations %}
<div class="col-auto"><a href="{{ information.href }}">{{ information.title }}</a></div>
{% endfor %}
</div>
</div>
{% endif %}
</div>
</div>
</footer>
@@ -33,4 +31,4 @@
<script src="{{ script }}" type="text/javascript"></script>
{% endfor %}
<script src="store/view/theme/dominik/assets/js/script.js"></script>
</body></html>
</body></html>