Help please I have been trying to customize the error messages for users that have no permissions that need to upgrade. I have been able to edit the text simple and even add a link to click onto to upgrade but I am trying so hard to add an image, I have tried different ways and upload the lang.core.php file it takes down the entire website so I have to remove the lines and re-upload again. What I have tried is the following.
"no_action" =>
"You cannot perform this action please upgrade your account <a href=\"/index.php?m=account_upgrade\" target=\"_self\"> <img alt\="" src=\"/media/images/upgrade.png\"
style=\"border: 0px solid; width: 259px; height: 55px;\"></a> .",
"no_action" =>
"You cannot perform this action please upgrade your account <a href=\"/index.php?m=account_upgrade\" target=\"_self\">here</a> ."
echo "<img src=\"media/images/upgrade.png\" title=\"upgrade\" alt=\"upgrade\" />",