Commit 5df25c5ca53dd3459482d19c0fd1e73bb5463acb

Authored by Alex Savenko
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,8 +933,9 @@ _________________________________________________________ -->
933 933
934 <h4>Контактная информация</h4> 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 <br> 939 <br>
939 <strong> 940 <strong>
940 <?= $settings->email; ?> 941 <?= $settings->email; ?>
@@ -962,4 +963,4 @@ _________________________________________________________ --&gt; @@ -962,4 +963,4 @@ _________________________________________________________ --&gt;
962 <?php $this->endBody() ?> 963 <?php $this->endBody() ?>
963 </body> 964 </body>
964 </html> 965 </html>
965 -<?php $this->endPage() ?>  
966 \ No newline at end of file 966 \ No newline at end of file
  967 +<?php $this->endPage() ?>