Skip to content

Instantly share code, notes, and snippets.

@dodyw
Created February 6, 2012 09:23
Show Gist options
  • Select an option

  • Save dodyw/1751032 to your computer and use it in GitHub Desktop.

Select an option

Save dodyw/1751032 to your computer and use it in GitHub Desktop.
Part 2: how to use it
<!-- this is how to call the listing type from mod above -->
<%if $status_basic%>
Basic Listing
<%/if%>
<%if $status_premium%>
Premium Listing
<%/if%>
<%if $status_sponsored%>
Sponsored Listing
<%/if%>
<!-- /this is how to call the listing type from mod above -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment