Commit 9cdf063db286c5d0b1ff48919db9ad36a639d86b

Authored by Dima
1 parent 0a1772ec

delete link + redirect action

src/app/frontend/views/index.php
@@ -253,9 +253,6 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; @@ -253,9 +253,6 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : '';
253 <div class="copyright"> 253 <div class="copyright">
254 <div class="inner clearfix"> 254 <div class="inner clearfix">
255 <p class="float"><?= $t->_("tm")?></p> 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 <p class="float float_right"> 256 <p class="float float_right">
260 <a href="#" title=""><?= $t->_("website_design")?></a> 257 <a href="#" title=""><?= $t->_("website_design")?></a>
261 </p> 258 </p>
src/app/frontend/views/menu/sales.php
@@ -156,7 +156,7 @@ @@ -156,7 +156,7 @@
156 <?php if(!empty($reviews)): ?> 156 <?php if(!empty($reviews)): ?>
157 <?php foreach($reviews as $i => $r): ?> 157 <?php foreach($reviews as $i => $r): ?>
158 <li <?= $i == 0 ? 'class="active_user"' : '' ?>> 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 <?= $r['name'] ?> 160 <?= $r['name'] ?>
161 </a> 161 </a>
162 </li> 162 </li>
@@ -169,7 +169,7 @@ @@ -169,7 +169,7 @@
169 <?php foreach($reviews as $i => $r): ?> 169 <?php foreach($reviews as $i => $r): ?>
170 <div class="rewiew_text <?= $i == 0 ? 'show' : 'hide' ?>" id="<?= $i ?>"> 170 <div class="rewiew_text <?= $i == 0 ? 'show' : 'hide' ?>" id="<?= $i ?>">
171 <?= $r['review'] ?> 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 </div> 173 </div>
174 <?php endforeach; ?> 174 <?php endforeach; ?>
175 <?php endif; ?> 175 <?php endif; ?>
www-arktika/index.php
@@ -192,42 +192,42 @@ @@ -192,42 +192,42 @@
192 <div class="container"> 192 <div class="container">
193 <h2><span>ГАЛЕРЕЯ</span></h2> 193 <h2><span>ГАЛЕРЕЯ</span></h2>
194 <div id="gallery" style="display:none;"> 194 <div id="gallery" style="display:none;">
195 - <a href="http://unitegallery.net"> 195 + <a href="#">
196 <img alt="1" 196 <img alt="1"
197 src="images/7/g1.jpg" 197 src="images/7/g1.jpg"
198 data-image="images/7/g1.jpg" 198 data-image="images/7/g1.jpg"
199 data-description="1" 199 data-description="1"
200 style="display:none"> 200 style="display:none">
201 </a> 201 </a>
202 - <a href="http://unitegallery.net"> 202 + <a href="#">
203 <img alt="2" 203 <img alt="2"
204 src="images/7/g2.jpg" 204 src="images/7/g2.jpg"
205 data-image="images/7/g2.jpg" 205 data-image="images/7/g2.jpg"
206 data-description="2" 206 data-description="2"
207 style="display:none"> 207 style="display:none">
208 </a> 208 </a>
209 - <a href="http://unitegallery.net"> 209 + <a href="#">
210 <img alt="3" 210 <img alt="3"
211 src="images/7/g3.jpg" 211 src="images/7/g3.jpg"
212 data-image="images/7/g3.jpg" 212 data-image="images/7/g3.jpg"
213 data-description="3" 213 data-description="3"
214 style="display:none"> 214 style="display:none">
215 </a> 215 </a>
216 - <a href="http://unitegallery.net"> 216 + <a href="#">
217 <img alt="4" 217 <img alt="4"
218 src="images/7/g4.jpg" 218 src="images/7/g4.jpg"
219 data-image="images/7/g4.jpg" 219 data-image="images/7/g4.jpg"
220 data-description="4" 220 data-description="4"
221 style="display:none"> 221 style="display:none">
222 </a> 222 </a>
223 - <a href="http://unitegallery.net"> 223 + <a href="#">
224 <img alt="5" 224 <img alt="5"
225 src="images/7/g5.jpg" 225 src="images/7/g5.jpg"
226 data-image="images/7/g5.jpg" 226 data-image="images/7/g5.jpg"
227 data-description="5" 227 data-description="5"
228 style="display:none"> 228 style="display:none">
229 </a> 229 </a>
230 - <a href="http://unitegallery.net"> 230 + <a href="#">
231 <img alt="6" 231 <img alt="6"
232 src="images/7/g6.jpg" 232 src="images/7/g6.jpg"
233 data-image="images/7/g6.jpg" 233 data-image="images/7/g6.jpg"
@@ -1813,6 +1813,21 @@ try @@ -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 $router->add 1832 $router->add
1818 ('/koshiki_1c0/koshiki_ovochevi_1c1/kvitkoviy_koshik_1c-4306', 1833 ('/koshiki_1c0/koshiki_ovochevi_1c1/kvitkoviy_koshik_1c-4306',