preview.tx 198 B

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