Looks like plugins\farcrycms\webskin\ruleHandpicked\execute.cfm is
missing the output of the intro text property.
I added the below just inder the cfimport tags...
<cfif len(trim(stObj.intro)) AND arrayLen(stobj.aObjects)>
<cfoutput>#stObj.intro#</cfoutput>
</cfif>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---