I have used the breadcrumb creator in the farcry core, using the
following code:

<cfimport taglib="/farcry/farcry_core/tags/webskin" prefix="skin">
<skin:breadcrumb separator="&gt;" here="#stobj.title#">

That works nicely... however I don't want the breadcrumb trail to
render the 'Home' page at all.

So, I figured I could take a copy of the breadcrumb.cfm file from the
farcry/farcry_core/tags/webskin directory and drop that into my project
directory (arbitrary location... I thought i'd create a new folder
/tags under the existing webskin folder in my project directory)....
intending to make minor changes to the code such that it ignored the
home page.

I took a copy and did not make any changes to the file contents
(wanting to make sure just copying breadcrumb.cfm  accross and
referencing it from my project folder would work).... my template page
code was changed to reference my version of the tag file:

<cfimport taglib="/farcry/#application.applicationname#/webskin/tags"
prefix="skin">
<skin:breadcrumb separator="&gt;" here="#stobj.title#">

But now none of my pages render at all... no errors, no rendering at
all. Any ideas?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to