예제 #1
0
function _u($url)
{
    return themes_url($url);
}
예제 #2
0
function theme_dir_url($file)
{
    return trailingslashit(themes_url('', $file));
}