8 Apr
2009
8 Apr
'09
7:02 a.m.
Hello, I have a block on the front page of a website which is populated by a list created by Views. Each node of the list is composed by several fields create in CCK. I would like to have at the bottom of each node a link to the node page. I know that I could, using Views, link one of those fields to the node page but none of them is really convenient for that purpose. So, I just would like to have a static piece of text wrapped by an <a> tag with its href attribute pointing to the node... The problem is that it seems impossible to theme the block using a variable like $node_url, which was my original idea... It just doesn't work. Could anyone point me the right direction on this one? Thanks! Roberto