I included an anchor tag in the following php array:
'tagline_p' => "I'm a <a href='#showcase'>multilingual web</a> developer, designer and translator. I'm here to <a href='#contact'>help you</a> reach a worldwide audience.",
tagline_p is repeated 3 times (3 different languages) in differente folders (lang.en.php, lang.es.php, and lang.zh.php)
I can't figure out a way to not to include the anchor link inside the array without breaking tagline_p intro 3 pieces: tagline_p1 tagline_p2 tagline_p3
Is there's a better option?