Show
Ignore:
Timestamp:
02/18/12 21:46:46 (15 months ago)
Author:
rvelices
Message:

- multisize thumb longest side can be smaller than the square size
- remove unused css, shorten/optimize php called very often (at least theoretically should be faster)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r13170 r13240  
    684684    else 
    685685    { 
    686       $ret = embellish_url(get_root_url().$script->path); 
     686      $ret = get_root_url().$script->path; 
    687687      if ($script->version!==false) 
    688688      { 
     
    692692    // trigger the event for eventual use of a cdn 
    693693    $ret = trigger_event('combined_script', $ret, $script); 
    694     return $ret; 
     694    return embellish_url($ret); 
    695695  } 
    696696