Container skins are just added to the ../webskin/container directory in your FarCry project. The container management area will list all the skins in the directory using the displayname given or the filename if no displayname is available. Your skin needs to contain the #containerBody# variable. If you are still having trouble post an example of your skin to the list. An example might be:
Code Block |
---|
title | ../webskin/container/someskinname.cfm |
---|
|
<!--- @@displayname: Container Skin Name --->
<cfsetting enablecfoutputonly="true"> |
...
...
...
...
...
<cfsetting enablecfoutputonly="false">
|