Created
May 11, 2010 15:57
-
-
Save graybill/397468 to your computer and use it in GitHub Desktop.
This file contains 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
{% set DataSource %}node-single{% end %} | |
{% set Elements.in %}@artist{% end %} | |
{% set Slugs.in %}%INPUT_SLUG%{% end %} | |
{% set Meta.select %}all{% end %} | |
{% set OutTags.select %}#media-library.#original.#url,#primary-media.#thumbnails.#url,#collaborator-category{% end %} | |
{% set Category %}%INPUT_CATEGORY%{% end %} | |
{% begin contents %} | |
<div id="icons"> | |
{% template _artist_category_icon.cft?data=Data:#collaborator-category %} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment