예제 #1
0
/**
 * Create style link
 *
 * @param string $src
 * @return string
 */
function style($src)
{
    return Html::link($src);
}