Commit 9cdf063db286c5d0b1ff48919db9ad36a639d86b
1 parent
0a1772ec
delete link + redirect action
Showing
4 changed files
with
23 additions
and
11 deletions
Show diff stats
src/app/frontend/views/index.php
... | ... | @@ -253,9 +253,6 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; |
253 | 253 | <div class="copyright"> |
254 | 254 | <div class="inner clearfix"> |
255 | 255 | <p class="float"><?= $t->_("tm")?></p> |
256 | - <p class="float float_right copyright_logo_margin"> | |
257 | - <a href="http://artweb.ua/" title=""><img src="/images/art_web_logo.png" alt="" width="58" height="17" /></a> | |
258 | - </p> | |
259 | 256 | <p class="float float_right"> |
260 | 257 | <a href="#" title=""><?= $t->_("website_design")?></a> |
261 | 258 | </p> | ... | ... |
src/app/frontend/views/menu/sales.php
... | ... | @@ -156,7 +156,7 @@ |
156 | 156 | <?php if(!empty($reviews)): ?> |
157 | 157 | <?php foreach($reviews as $i => $r): ?> |
158 | 158 | <li <?= $i == 0 ? 'class="active_user"' : '' ?>> |
159 | - <a href="#<?= $i ?>"><img src="<?= $this->storage->getPhotoURL($r['avatar'], 'reviews', '92x'); ?>"> | |
159 | + <a rel="nofollow" href="#<?= $i ?>"><img src="<?= $this->storage->getPhotoURL($r['avatar'], 'reviews', '92x'); ?>"> | |
160 | 160 | <?= $r['name'] ?> |
161 | 161 | </a> |
162 | 162 | </li> |
... | ... | @@ -169,7 +169,7 @@ |
169 | 169 | <?php foreach($reviews as $i => $r): ?> |
170 | 170 | <div class="rewiew_text <?= $i == 0 ? 'show' : 'hide' ?>" id="<?= $i ?>"> |
171 | 171 | <?= $r['review'] ?> |
172 | - <a href="<?= $r['link'] ?>" class="spoiler"><?= $r['link'] ?></a> | |
172 | + <a rel="nofollow" href="<?= $r['link'] ?>" class="spoiler"><?= $r['link'] ?></a> | |
173 | 173 | </div> |
174 | 174 | <?php endforeach; ?> |
175 | 175 | <?php endif; ?> | ... | ... |
www-arktika/index.php
... | ... | @@ -192,42 +192,42 @@ |
192 | 192 | <div class="container"> |
193 | 193 | <h2><span>ГАЛЕРЕЯ</span></h2> |
194 | 194 | <div id="gallery" style="display:none;"> |
195 | - <a href="http://unitegallery.net"> | |
195 | + <a href="#"> | |
196 | 196 | <img alt="1" |
197 | 197 | src="images/7/g1.jpg" |
198 | 198 | data-image="images/7/g1.jpg" |
199 | 199 | data-description="1" |
200 | 200 | style="display:none"> |
201 | 201 | </a> |
202 | - <a href="http://unitegallery.net"> | |
202 | + <a href="#"> | |
203 | 203 | <img alt="2" |
204 | 204 | src="images/7/g2.jpg" |
205 | 205 | data-image="images/7/g2.jpg" |
206 | 206 | data-description="2" |
207 | 207 | style="display:none"> |
208 | 208 | </a> |
209 | - <a href="http://unitegallery.net"> | |
209 | + <a href="#"> | |
210 | 210 | <img alt="3" |
211 | 211 | src="images/7/g3.jpg" |
212 | 212 | data-image="images/7/g3.jpg" |
213 | 213 | data-description="3" |
214 | 214 | style="display:none"> |
215 | 215 | </a> |
216 | - <a href="http://unitegallery.net"> | |
216 | + <a href="#"> | |
217 | 217 | <img alt="4" |
218 | 218 | src="images/7/g4.jpg" |
219 | 219 | data-image="images/7/g4.jpg" |
220 | 220 | data-description="4" |
221 | 221 | style="display:none"> |
222 | 222 | </a> |
223 | - <a href="http://unitegallery.net"> | |
223 | + <a href="#"> | |
224 | 224 | <img alt="5" |
225 | 225 | src="images/7/g5.jpg" |
226 | 226 | data-image="images/7/g5.jpg" |
227 | 227 | data-description="5" |
228 | 228 | style="display:none"> |
229 | 229 | </a> |
230 | - <a href="http://unitegallery.net"> | |
230 | + <a href="#"> | |
231 | 231 | <img alt="6" |
232 | 232 | src="images/7/g6.jpg" |
233 | 233 | data-image="images/7/g6.jpg" | ... | ... |
www/index.php
... | ... | @@ -1813,6 +1813,21 @@ try |
1813 | 1813 | }); |
1814 | 1814 | |
1815 | 1815 | |
1816 | + $router->add | |
1817 | + ('/news-actions/komlekti-dlya-zahistu-roslin-zi-znizhkoyu-50', | |
1818 | + ['controller' => 'page'] | |
1819 | + )->beforeMatch(function($matchedRoute, $routeObject) { | |
1820 | + return \Phalcon\DI::getDefault()->getResponse()->redirect("/dobriva_ta_zasobi_zakhistu_1c0/komplekti_1c1", true, 301); | |
1821 | + }); | |
1822 | + $router->add | |
1823 | + ('/news-actions/komlekti-dlya-zahistu-roslin-zi-znizhkoyu-50/ru', | |
1824 | + ['controller' => 'page'] | |
1825 | + )->beforeMatch(function($matchedRoute, $routeObject) { | |
1826 | + return \Phalcon\DI::getDefault()->getResponse()->redirect("/udobrenija_i_sredstva_zashchity_1c_20/komplekti_1c_21/ru", true, 301); | |
1827 | + }); | |
1828 | + | |
1829 | + | |
1830 | + | |
1816 | 1831 | |
1817 | 1832 | $router->add |
1818 | 1833 | ('/koshiki_1c0/koshiki_ovochevi_1c1/kvitkoviy_koshik_1c-4306', | ... | ... |