MyBB Community Forums

Full Version: Put image code into a language file?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to put a image code into a language file.

Here was my try but it doesn't work.

Quote:$l['fbconnect_regandcon_linktext'] = "<img scr='images/fbconnect.jpg'>";

Any ideas?
Try this:
$l['fbconnect_regandcon_linktext'] = "<img scr=\"images/fbconnect.jpg\" title=\"\" alt=\"\" />;
Edit : not seen Sama34's response Smile

where you added the variable ? it should be like this :
$l['fbconnect_regandcon_linktext'] = "<img src=\"images/fbconnect.jpg\">"