![]() |
html in text from languages/english.php Hello, I want to enter a html link right after the text tags that are stored in english.php. So that when a user sees need to be registered to view images I want to put a register link right after that. So they don't have to click the menu link above. I thought it is done by text.../link\ and stuff, but cannot quite get the right syntax to work. Can someone help me out please? Thank you |
You would need to escape any " in the html like so \" |
So it should look something like this? $Globals['pp_lang']['nopermcat'] = "You do not have permission to view the images in this category.<br /> Please sign up.<a href="\subscriptions.php?\">Click here</a>"; |
Got it it's <a href=\"subscriptions.php?\"> instead of <a href="\subscriptions.php?\">. One really has to put the \ in front of the " |
Yes as I stated you have to escape all quotes ;) |
| All times are GMT -5. The time now is 07:37 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0