\n"; $url = $work->get_url(); $image_filename = $work->get_image_filename(); include("work_partial.html"); if(($i + 1) % $num_colums == 0) echo "\n
"; $i++; } if(($i) % $num_colums != 0) echo "\n"; ?>