Hi there,
I'm wondering if anyone out there can help out a php newbie. I'm trying to add a snippet of code to the bottom of a tpl.php file for a block view. The code I'm trying to add is this:
<p>
Click the title of this post to view comments.
</p>
<p>
<a href="http://ppld.org/comment/reply/5865#comment-form">Add a new comment</a>
</p>
where "5865" is the node id. I don't know how to make that a variable in php on a tpl.php file. Any help is greatly appreciated!