Way to make <r:link /> use the breadcrumb text instead of pa

Is there any way to make the <r:link /> tag use the breadcrumb text
instead of the page title as the link’s text? I’d really like to be
able to do this with a site’s home page, where “home” is typically used
as the breadcrumb whereas the page title is usually something more
descriptive. Thanks.

Damien McKenna
Web D.
The LIMU Company

Use something like:

        <r:link>
            <r:breadcrumb />
         </r:link>

Read the docs in the admin page of your Radiant site or directly in 

the
source code:

http://dev.radiantcms.org/radiant/browser/trunk/radiant/app/models/standard_tags.rb#L342

/AITOR

-----Original Message-----
From: Aitor Garay-Romero
Sent: Monday, August 20, 2007 1:09 PM
Subject: Re: [Radiant] Way to make <r:link /> use the
breadcrumb textinstead of page title as link text?

Use something like:
        <r:link>
            <r:breadcrumb />
         </r:link>

Perfect. Thanks!

Damien McKenna
Web D.
The LIMU Company