PDA

View Full Version : Comment link Problem


coffeelover
09-15-2006, 02:23 PM
Hello there!

I would like change my "comments" link on the main page to "Comments & Info" with both words hyperlinked to the comments window. I can't seem to get "& Info" linked. Can anyone help? My blog is:

http://www.paxtonprints.com

And the problem code is:

<div id="date">
[<IMAGE_COMMENTS_NUMBER>] <COMMENT_POPUP> & Info<h2><IMAGE_TITLE></h2></div>
</div>

Thanks!

codepoit
09-15-2006, 02:48 PM
You want to change this in the lang-english.php file located in the language directory of PP.

Change the value of $lang_comment_popup to reflect the changes you would like to see... = "Comments &amp; Info";

coffeelover
09-15-2006, 03:38 PM
It worked great. I appreciate the quick response.