Commit f2c7ebbb03e9b7792487a09ea337e45d78656c96
1 parent
ffb87758
fix sengenta
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
src/app/frontend/views/index.php
@@ -118,7 +118,9 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; | @@ -118,7 +118,9 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; | ||
118 | </div> | 118 | </div> |
119 | </div> | 119 | </div> |
120 | <div class="float columns3 third_column last"> | 120 | <div class="float columns3 third_column last"> |
121 | - <div class="clearfix"> | 121 | + <div class="clearfix" style=" |
122 | + height: 64px; | ||
123 | +"> | ||
122 | <div class="float basket_number float_right last"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" rel="nofollow" title="<?= $t->_("cart")?>"><?= !empty( $in_cart ) ? count( $in_cart ) : '0' ?></a></div> | 124 | <div class="float basket_number float_right last"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" rel="nofollow" title="<?= $t->_("cart")?>"><?= !empty( $in_cart ) ? count( $in_cart ) : '0' ?></a></div> |
123 | 125 | ||
124 | <div class="float basket float_right"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" rel="nofollow" title="<?= $t->_("cart")?>" class="<?= (!empty( $static_page_alias ) && $static_page_alias == '/basket' ? ' active' : '') ?>"><?= $t->_("your_cart")?></a></div> | 126 | <div class="float basket float_right"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" rel="nofollow" title="<?= $t->_("cart")?>" class="<?= (!empty( $static_page_alias ) && $static_page_alias == '/basket' ? ' active' : '') ?>"><?= $t->_("your_cart")?></a></div> |
@@ -138,7 +140,9 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; | @@ -138,7 +140,9 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; | ||
138 | 140 | ||
139 | </div> | 141 | </div> |
140 | 142 | ||
141 | - <div class="clearfix compare_wrapper"> | 143 | + <div class="clearfix compare_wrapper" |
144 | + style=" min-height: 0; " | ||
145 | + > | ||
142 | <?= !empty( $compare ) ? '<div class="compare"><a href="#" title="'.$t->_("comparison_list").'">'.$t->_("comparison_list").' '.$count.'</a></div>' : '' ?> | 146 | <?= !empty( $compare ) ? '<div class="compare"><a href="#" title="'.$t->_("comparison_list").'">'.$t->_("comparison_list").' '.$count.'</a></div>' : '' ?> |
143 | 147 | ||
144 | <?php | 148 | <?php |