Commit 9370ea9bed4937fe5f7f836de7b5c6f90bfd6fd2

Authored by Eugeny Galkovskiy
1 parent d2b32651

123

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -86,6 +86,9 @@
86 86 <header>
87 87 <div class="container">
88 88 <a href="<?php echo Url::home(); ?>" class="main"></a>
  89 + <div class="hidden-xs hidden-sm oldsite">
  90 + <a href="http://baccara.com.ua/" target="_blank">Старая версия сайта</a>
  91 + </div>
89 92 </div>
90 93 </header>
91 94 <section class="menu">
... ...