The Easiest Way to Save and Share Code Snippets on the web

wkre details

smarty

posted: Dec, 7th 2011 | jump to bottom

  1. {if $amenities}
  2. <tr>
  3. <td valign="top" class="otherFeaturesWidth">
  4. <span class="Bold">Common Amenities:</span>
  5. </td>
  6. <td valign="top">
  7. {$amenities}
  8. </td>
  9. </tr>
  10. {/if}
88 views