Project:';
$tmp_output[] = ''.$desc.'. ';
}
if( $location )
{
$tmp_output[] = 'Location: ';
$tmp_output[] = ''.$location.'. ';
}
if( $size )
{
$tmp_output[] = 'Size: ';
$tmp_output[] = ''.$size.'ft2. ';
}
$output[] = '
';
$output[] = '
';
if( !empty( $tmp_output ) )
{
$output[] = '
';
}
// Additional images
$i = 1;
while( $i <= 3 )
{
$target = 'add_image_'.$i;
if( isset( $the_project[$target] ) )
{
$src = $the_project[$target];
$alt = ( isset($the_project[$target.'_alt']) ) ? $the_project[$target.'_alt'] : '';
$desc = ( isset($the_project[$target.'_desc']) ) ? $the_project[$target.'_desc'] : false;
$output[] = '- ';
$output[] = implode("\r\n", $tmp_output);
$output[] = '
';
$output[] = '
';
if( $desc ){
$output[] = '
';
}
$i++;
}
echo implode("\r\n", $output);
?>
'.$desc.'
'; } $output[] = '










