Example #1
0
function absolute_url_for($module, $arguments = array())
{
    return Config::get('absolute_url') . Router::absoluteUrlFor($module, $arguments);
}