Habari\Site::out_path PHP Method

out_path() public static method

out_path echos a URL path
public static out_path ( string $path, boolean $trail = false )
$path string the URL path to display
$trail boolean whether or not to include a trailing slash, or a string to use as the trailing value. Default: false
    public static function out_path($path, $trail = false)
    {
        echo Site::get_path($path, $trail);
    }