for ( $i = 0; $i < count( $this -> images ); $i++ ):?>
endfor;?>
for ( $i = 0; $i < count( $this -> images ); $i++ ):?>
![<?= $this -> images[$i][3];?>](<?= $this -> images[$i][0];?>)
if ( $this -> images[$i][1] or $this -> images[$i][2] ):?>
if ( $this -> images[$i][1] ):?>
= $this -> images[$i][1];?>
endif;?>
if ( $this -> images[$i][2] ):?>
= $this -> images[$i][2];?>
endif;?>
endif;?>
endfor;?>
Previous
Next
endif;?>