Add Href tag in Files Yii

Hi, I want add Href tags in a zii.php files. This files contain the translations of messages.

I want to add a href in someone message…<br />

ob_start();

$l="#";

echo " <p><a href=’".$l."’>Google</a></p>";

$link = ob_get_contents();

ob_end_clean();

return array (

‘Google Site’ => ‘$link’,

Links appear but doesnt work;

Help. Thanks