Commit b8e51c58458559d5db80c664727be39c3c5205ec

Authored by Eugeny Galkovskiy
1 parent 6b146196

правки

Showing 1 changed file with 0 additions and 15 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -124,21 +124,6 @@
124 124 <!-- *** TOP *** -->
125 125  
126 126 <!-- *** TOP END *** -->
127   -
128   - <div class="small-logo-center text-center hidden-xs hidden-md hidden-lg">
129   - <div class="container">
130   - <div class="cont">
131   - <a class="home_mob_link" href="<?php echo Url::home(); ?>">
132   - <img
133   - src="/img/logo_kb.png"
134   - alt="<?= $settings->name; ?>"
135   - class="static_logo_img"
136   - >
137   - </a>
138   - <div class="static_logo_about_mob"><?= \Yii::t('app', $settings->about); ?></div>
139   - </div>
140   - </div>
141   - </div>
142 127 <!-- *** NAVBAR ***
143 128 _________________________________________________________ -->
144 129 <div class="navbar-affixed-top" data-spy="affix" data-offset-top="200">
... ...