Merged
Merge Request #5 · created by Alex Savenko


Remote work


From remote_work into master

Merged by Alex Savenko

Source branch has been removed
1 participants

src/app/frontend/views/about_eng.php
... ... @@ -722,7 +722,7 @@
722 722 <div class="footer-bottom">
723 723 <div class="row">
724 724 <div class="col-md-9">
725   - <p>TM "Professional Seeds" that TM "Professional Fertilizers"The trademarks are registered on the territory of Ukraine. All rights are protected.</p>
  725 + <p>All rights are protected.</p>
726 726 </div>
727 727 <div class="col-md-3">
728 728 <p class="text-right">Website development &nbsp;<img src="/images/about/9/artweb_gray.png" alt="Артвеб"></p>
... ...
src/app/frontend/views/please_return.php
  1 +<?php $in_cart = $this->session->get('in_cart', []); ?>
1 2 <!doctype html>
2 3 <html><head>
3 4 <meta charset="UTF-8">
... ... @@ -438,4 +439,4 @@ $(&#39;#VideoModal_1&#39;).on(&#39;hidden.bs.modal&#39;, function() {
438 439  
439 440  
440 441 </body>
441 442 -</html>
  443 +</html>
442 444 \ No newline at end of file
... ...