$block_content .= l($links->title, 'node/'.$links->nid)
i'd like to add some more attributes to the links - can anyone point
me in the direction of some examples of usage of this function? I'll
even RTFM if someone can tell me which one ;-)
--
Rick Hurst, Web developer, Bristol, England
http://www.rickhurst.co.uk
On 11/6/07, J Norton <jus...@jnorton.co.uk> wrote:
> I think this link may help explain theming the l function:
>
> http://www.group42.ca/creating_links_aka_anchor_tags_the_l_function
Perfect - exactly what I was looking for :)
>
> The following link is also good if your <a> tag is being called from an
> _theme function:
>
> http://www.usingdrupal.com/article/using-css-tab-designer-with-zen-theme
cheers, will take a look at that too