Автозамены регионов
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user