Exemplo n.º 1
0
/**
 * returns the url of a favicon
 *
 * @param string $pUrl
 * @return string
 */
function get_favicon($pUrl)
{
    return UrlUtils::getFavicon($pUrl);
}