/**
* Parse slug
*
* @param  string
* @return string
*/
function SLUG($path)
{
    return CmsUtility::parse_slug($path);
}