preview.tx 229 B

123456
  1. : if ( $app != 'image' ) {
  2. Preview Image<br /><input type="file" class="cooltext" name="preview_file" placeholder="PROMO.JPG" />
  3. : if ( $post.preview ) {
  4. <input type="hidden" name="preview" value="<: $post.preview :>" />
  5. : }
  6. : }