Created
February 6, 2012 09:23
-
-
Save dodyw/1751032 to your computer and use it in GitHub Desktop.
Part 2: how to use it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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