JAC
Workplace creation and transformation
 
  • Home
  • About Us
  • Services
  • Projects
  • Gallery
  • Sectors & Clients
  • FAQs
  • Contact
  • Click on the areas to see how we've treated these spaces for different clients
 
true ); $galleries = perch_content_custom('Galleries', $opts, true); $output = array(); if( empty($galleries) ) { $output[] = '

No galleries found.

'; } else { $i = 1; foreach( $galleries as $gallery ) { $output[] = '
'; $output[] = ''.$gallery['name'].' '.$gallery['name'].''; $output[] = '
'; $i = ( $i == 3 ) ? 1 : ($i + 1); } } echo implode("\r\n", $output); ?>