<?phpglobal $base_url;print $base_url;?>
<?phpglobal $base_url;print $base_url . base_path();?>
<?phpglobal $base_url;$image_file = '/your_image.jpg';$image_url = $base_url . base_path() . file_directory_path() . $image_file;?>