Ignore:
Timestamp:
Feb 18, 2012, 9:46:46 PM (12 years 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)
File:
1 edited

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
Note: See TracChangeset for help on using the changeset viewer.