Exemplo n.º 1
0
function _u($url)
{
    return themes_url($url);
}
Exemplo n.º 2
0
function theme_dir_url($file)
{
    return trailingslashit(themes_url('', $file));
}