I have added <img src='{$PubDirUrl}/images/mail.png'> to my skin template file, but the html source
expands to <img src='/images/mail.png'> so no image is displayed.
$PubDirUrl is correctly set in my config.php file, and I can debug print it in skin.php.
What am I doing wrong? TIA