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 ); $projects = perch_content_custom('Projects', $opts, true); $output = array(); if( empty($projects) ) { $output[] = '

No projects found.

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