Exemplo n.º 1
0
/**
 *  Make a new UrlHelper object and call its link_image_to() method
 *  @uses UrlHelper::link_image_to()
 */
function link_image_to($src, $options = array(), $html_options = array())
{
    $url_helper = new UrlHelper();
    return $url_helper->link_image_to($src, $options, $html_options);
}