Commit 8c34d56cee3bc4f1568701415b4597991316b229

Authored by Alex Savenko
1 parent c32f9e9b

test commit 3

Showing 1 changed file with 11 additions and 25 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -76,8 +76,7 @@
76 76 <div class="barEmpty"></div>
77 77 <div class="container">
78 78 <div id="bottom">
79   -
80   -
  79 +
81 80 </div>
82 81 </div>
83 82  
... ... @@ -207,13 +206,13 @@
207 206 <div id="brand_bar">
208 207  
209 208 <div class="container">
210   - <?php if($this->beginCache('brand_list',[
211   - 'duration' => 3600 *24
212   - ])){ ?>
  209 + <?php if($this->beginCache('brand_list',[
  210 + 'duration' => 3600 *24
  211 + ])){ ?>
213 212  
214   - <?= $this->render('../partial/brand_list')?>
  213 + <?= $this->render('../partial/brand_list')?>
215 214  
216   - <?php $this->endCache(); } ?>
  215 + <?php $this->endCache(); } ?>
217 216 </div>
218 217 </div>
219 218  
... ... @@ -455,18 +454,15 @@
455 454 </footer>
456 455  
457 456 <div class="btn-fixeds fixed-events"><a href="/event/main">акции</a></div>
458   -<!-- <div class="btn-fixeds fixed-sale"><a href="/event">Распродажа</a></div>-->
  457 + <!--<div class="btn-fixeds fixed-sale"><a href="/event">Распродажа</a></div>-->
459 458  
460   - <table border="0" cellspacing="0" cellpadding="0" class="reqsBox">
461   - </table>
  459 + <table border="0" cellspacing="0" cellpadding="0" class="reqsBox"></table>
462 460 <div class="debug"></div>
463 461 </div>
464 462 </div>
465 463  
466   -
467 464 <!-- Modal's -->
468   -
469   -
  465 +
470 466 <!-- login window -->
471 467 <?= $this->render('/modal/login_window_model_window') ?>
472 468  
... ... @@ -475,11 +471,10 @@
475 471  
476 472 <!-- forgot password form -->
477 473 <?= $this->render('/modal/forgot_password_form_model_window') ?>
  474 +
478 475 <div class="modal fade" id="price_drop" tabindex="-1" role="dialog" aria-labelledby="myModalLabel3">
479 476 <div class="modal-dialog auth" role="document">
480 477 <div class="modal-content">
481   -
482   -
483 478 <div class="modal-body">
484 479  
485 480 <form>
... ... @@ -499,21 +494,14 @@
499 494 <button type="submit" class="btn btn-default btn-large">Отправить</button>
500 495 <div class="clearfix"></div>
501 496 </form>
502   -
503   -
  497 +
504 498 <br/>
505 499 <div class="clearfix"></div>
506 500 </div>
507   -
508 501 </div>
509 502 </div>
510 503 </div>
511 504  
512   -
513   -
514   -
515   -
516   -
517 505 <div class="modal fade" id="returnСonditions" tabindex="-1" role="dialog" aria-labelledby="myModalLabel4">
518 506 <div class="modal-dialog text-dialog" role="document">
519 507 <div class="modal-content">
... ... @@ -539,8 +527,6 @@
539 527 <!-- consultation_modal -->
540 528 <?= $this->render('/modal/my_callback_modal_window') ?>
541 529  
542   -
543   -
544 530 <div class="modal fade" id="myWishlistAdded" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
545 531 <div class="modal-dialog wishlist" role="document">
546 532 <div class="modal-content">
... ...