Created
January 28, 2010 01:16
-
-
Save modius/288338 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
<cfsetting enablecfoutputonly="true" /> | |
<!--- import tag libraries ---> | |
<cfimport taglib="/farcry/core/tags/webskin" prefix="skin" /> | |
<!--- register an alternative jquery-ui theme ---> | |
<skin:registercss id="jquery-ui" basehref="/css/redmond" lfiles="jquery-ui.css" /> | |
<cfsetting enablecfoutputonly="false" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment