Commit 5df25c5ca53dd3459482d19c0fd1e73bb5463acb
1 parent
93db3138
changed footer
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -933,8 +933,9 @@ _________________________________________________________ --> |
933 | 933 | |
934 | 934 | <h4>Контактная информация</h4> |
935 | 935 | |
936 | - <p><?= $settings->street . $settings->house ?> | |
937 | - <br> <?= $settings->city . ',' ?><?= $settings->country ?> | |
936 | + <p> | |
937 | + Пункт выдачи заказов:<br> | |
938 | + <?= $settings->street . ', ' . $settings->house ?>, <?= $settings->city . ', ' ?><?= $settings->country ?> | |
938 | 939 | <br> |
939 | 940 | <strong> |
940 | 941 | <?= $settings->email; ?> |
... | ... | @@ -962,4 +963,4 @@ _________________________________________________________ --> |
962 | 963 | <?php $this->endBody() ?> |
963 | 964 | </body> |
964 | 965 | </html> |
965 | -<?php $this->endPage() ?> | |
966 | 966 | \ No newline at end of file |
967 | +<?php $this->endPage() ?> | ... | ... |