Trying to output a link in a user tag I created and I get blank screen if I use all 4 variables (strings) in the link.
If only 3 variables are present than it is no problem - doesn't matter which three variables (string). But when all 4 are present I get just blank screen.
Code: Select all
echo "<a href=\"http://$lankurl\" target=\"_blank\" title=\"$lanktitle\">$lankname</a> - $lankdec <br />";
Is it a problem in Smarty or???