Jan-27-2009, 11:00 am
In the en-GB.php file I see the variable %s as the placeholder for the site url. I'd like to know where this is pulling the site URL from because it is not correct. Whenever I try to replace the %s with an href syntax <a href="http://www.mysite.org"></a> I get an error with the PHP language file on that particular line. How can I override the %s variable within the following lines:
DEFINE("_DM_PREVIEW_SUBJECT","Your Friend <b><i>Users Username</i></b> wants you to check out <b><i> %s </i></b><br />");
DEFINE("_DM_PREVIEW_USER_INFO","<b><i>Users Username</i></b> (<b><i>Users Emailaddress</i></b>) thinks you would be quite interested in this great site - <b><i> %s </i></b>");
DEFINE("_DM_PREVIEW_LINK_INFO","Check out the site at: <b><i> %s </i></b>");
DEFINE("_DM_PREVIEW_SUBJECT","Your Friend <b><i>Users Username</i></b> wants you to check out <b><i> %s </i></b><br />");
DEFINE("_DM_PREVIEW_USER_INFO","<b><i>Users Username</i></b> (<b><i>Users Emailaddress</i></b>) thinks you would be quite interested in this great site - <b><i> %s </i></b>");
DEFINE("_DM_PREVIEW_LINK_INFO","Check out the site at: <b><i> %s </i></b>");