%%[[if edit]]%% Attachment %id=fieldName% (%id=fileNumber%) will display as an image. %%[[endif]]%% %%[[if !edit]]%% %%[[endif]]%% %%[[if !edit]]%% >'; } else { $tokenPrefix = '{{'; $tokenSuffix = '}}'; } // Substitute tokens. $content = str_replace( '{{fieldName}}', $tokenPrefix . $fieldName . $tokenSuffix, $content ); $content = str_replace( '{{fileNumber}}', $fileNumber, $content ); $content = str_replace( '{{imageAlt}}', $imageAlt, $content ); $content = str_replace( '{{linkTitle}}', $linkTitle, $content ); echo $content; ?> %%[[endif]]%%