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.inc.php

    r1992 r2026  
    793793  if ( !url_is_remote($path) )
    794794  {
    795     $path = get_root_url().$path;
    796   }
     795    $path = embellish_url(get_root_url().$path);
     796  }
     797
    797798  // plugins want another url ?
    798799  $path = trigger_event('get_thumbnail_url', $path, $element_info);
Note: See TracChangeset for help on using the changeset viewer.