Ignore:
Timestamp:
May 26, 2007, 12:02:47 AM (17 years ago)
Author:
rub
Message:

Improvement of picture url built

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_picture.inc.php

    r1903 r2026  
    44// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    55// +-----------------------------------------------------------------------+
    6 // | branch        : BSF (Best So Far)
    7 // | file          : $RCSfile$
     6// | file          : $Id$
    87// | last update   : $Date$
    98// | last modifier : $Author$
     
    4847  if ( !url_is_remote($url) )
    4948  {
    50     $url = get_root_url().$url;
     49    $url = embellish_url(get_root_url().$url);
    5150  }
    5251  // plugins want another url ?
     
    122121  if ( !url_is_remote($url) )
    123122  {
    124     $url = get_root_url().$url;
     123    $url = embellish_url(get_root_url().$url);
    125124  }
    126125  return $url;
     
    180179  if (!empty($url) and !url_is_remote($url) )
    181180  {
    182     $url = get_root_url().$url;
     181    $url = embellish_url(get_root_url().$url);
    183182  }
    184183  // plugins want another url ?
Note: See TracChangeset for help on using the changeset viewer.