Guest User

Untitled

a guest
Oct 20th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1.     $portion5 = Url::get_portion(5);
  2.     $array_portions = array(0,20,40,60,80,100,120,160,180,200);
  3.    
  4.     for ($y = 1; $y <= $array_portions.length; $y++) {
  5.         if($array_portions[0] == $portion5){
  6.             for ($i=$array_portions[0]+1; $i<=$array_portions[0]+20; $i++)
  7.             {
  8.                 ?>
  9.                    
  10.                     <a href="<?=CONTEXT_NAME?>images/eventos/<?=$data['evento'][0]['id']?>n<?=$i?>.jpg" rel="sexylightbox"  ><img src="<?=CONTEXT_NAME?>images/eventos/varias_fotos/<?=$data['evento'][0]['id']?>n<?=$i?>.jpg" alt=""/></a>
  11.                
  12.                 <?php
  13.             }
  14.         }
  15.     }
Add Comment
Please, Sign In to add comment