Created
December 16, 2013 15:15
-
-
Save muracms/7988643 to your computer and use it in GitHub Desktop.
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
| {context}/{SiteID}/includes/themes/{ThemeName}/templates/components/example.cfm |
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
| <cfoutput> | |
| <div>#$.component('body')#</div> | |
| </cfoutput> | |
| <!--- Use this if you want [mura] tags to render. ---> | |
| <!--- | |
| <cfoutput> | |
| <div>#$.setDynamicContent($.component('body'))#</div> | |
| </cfoutput> | |
| ---> |
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
| <cfoutput> | |
| <div> | |
| #$.setDynamicContent($.component('body'))# | |
| </div> | |
| </cfoutput> |
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
| <cfoutput> | |
| <div class="meta"> | |
| #$.setDynamicContent($.component('body'))# | |
| </div> | |
| </cfoutput> |
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
| [mura]muraFunction()[/mura] |
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
| $.content('title') |
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
| [mura]$.dspObject('component','About This Content')[/mura] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment