include ('includes/header.php'); ?>
echo $photoswipe_array ?>
include( 'photoswipe/photoswipeHTMLcode.php' ); ?>
$count = 0;
foreach ( $portfolio as $single_image ) {
echo $single_image;
$count++;
}
if ( $remainder != 7 ) {
for ( $x = 1; $x <= $remainder; $x++ ) {
echo "
";
}
}
if ( $remainder2 != 4 ) {
for ( $y = 1; $y <= $remainder2; $y++ ) {
echo "
";
}
}
?>