Is there a way to trace which webskin files were rendered for a specific page? I've got a displayPage* file in /types/ that is drawing its content via:
<skin:view typename="#stobj.typename#" objectid="#stobj.objectid#" webskin="#url.bodyView#" /> I know that url.bodyview is "displayBody" and stobj.typename is "dmHTML". There is no displayBody* in /dmHTML/ and I have no displayBody.cfm in /types/. I DO have /types/displayBodyStandard.cfm and /types/ displayBodySimple.cfm, but extra content placed in those files do not end up on the page. I'm trying to track down where an extra <h1>#stobj.title#</h1> is coming from... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
